#4c42ca

Color #4C42CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4C42CA

Tints of Free Speech Blue #4C42CA

Color information

#4C42CA (or 0x4C42CA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 42 and CA. RGB value is (76,66,202). Sum of RGB (Red+Green+Blue) = 76+66+202=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C42CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C42CA is #B3BD35. Grayscale: #535353. Windows color (decimal): -11779382 or 13255244. OLE color: 13255244.

HSL color Cylindrical-coordinate representation of color #4C42CA: hue angle of 244.41º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C42CA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7666202-
CMYK0.620.6700.21
HSL244.41º56.2%52.55%-
HSV(B)244.41º67.33%79.22%-
XYZ15.599.756.93-
YUV84.49194.31121.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=22.09%
G=19.19%
B=58.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76662020.620.6700.21244.4156.252.55
Hex4C42CA3E43015f43835
Octal114102312761030253647065
Binary1001100100001011001010111110100001101010111110100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c42ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c42ca; }

 p { color: rgb(76,66,202); }

 H1.HeaderClassName
 {
   color: #4c42ca;
 }
 .AnyTagClassName
 {
   color: #4c42ca;
 }
</style>
background-color css

<style>
 a { background-color: #4c42ca; }

 a { background-color: rgb(76,66,202); }

 div.DivClassName
 {
   background-color: #4c42ca;
 }
 .BgClassName
 {
   background-color: #4c42ca;
 }
</style>
border-color css

<style>
 span { border-color: #4c42ca; }

 span { border-color: rgb(76,66,202); }

 td.TdClassName
 {
   border-color: #4c42ca;
 }
 .TagClassName
 {
   border-color: #4c42ca;
 }
</style>