Html Css Color HEX #4C66CA Free Speech Blue

📋 copy color: '#4C66CA'

red 76 ◦ green 102 ◦ blue 202

#4C66CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4C66CA

Tints of Free Speech Blue #4C66CA

RGB

 RED value IS 76 (30.08% from 255) = 20%

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 20%
G = 26.84%
B = 53.16%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C66CA (or 0x4C66CA) is known color: Free Speech Blue. HEX triplet: 4C, 66 and CA. RGB value is (76,102,202). Sum of RGB (Red+Green+Blue) = 76+102+202=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C66CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C66CA is #B39935. Grayscale: #696969. Windows color (decimal): -11770166 or 13264460. OLE color: 13264460.

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

Color convert

RGB 76 102 202 -
CMYK 0.62 0.50 0 0.21
HSL 227.62º 0.54% 0.55% -
HSV(B) 227.62º 0.62% 0.79% -
XYZ 18.39 15.3 57.86 -
YUV 105.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 76 102 202 0.62 0.50 0 0.21 227.62 0.54 0.55
Hex 4C 66 CA 3E 32 0 15 E4 36 37
Octal 114 146 312 76 62 0 25 344 66 67
Binary 1001100 1100110 11001010 111110 110010 0 10101 11100100 110110 110111

Color Harmonies of #4C66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C66CA

Black with #4C66CA

Text Example


Text Example

White with #4C66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C66CA;
 }
 .AnyTagClassName
 {
   color: #4C66CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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