Html Css Color HEX #4C4ECB Free Speech Blue

📋 copy color: '#4C4ECB'

red 76 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #4C4ECB

Tints of Free Speech Blue #4C4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 21.29%
G = 21.85%
B = 56.86%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C4ECB (or 0x4C4ECB) is known color: Free Speech Blue. HEX triplet: 4C, 4E and CB. RGB value is (76,78,203). Sum of RGB (Red+Green+Blue) = 76+78+203=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4ECB is #B3B134. Grayscale: #5B5B5B. Windows color (decimal): -11776309 or 13323852. OLE color: 13323852.

HSL color Cylindrical-coordinate representation of color #4C4ECB: hue angle of 239.06º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C4ECB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 78 203 -
CMYK 0.63 0.62 0 0.20
HSL 239.06º 0.55% 0.55% -
HSV(B) 239.06º 0.63% 0.8% -
XYZ 16.48 11.3 57.81 -
YUV 91.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 76 78 203 0.63 0.62 0 0.20 239.06 0.55 0.55
Hex 4C 4E CB 3F 3E 0 14 EF 37 37
Octal 114 116 313 77 76 0 24 357 67 67
Binary 1001100 1001110 11001011 111111 111110 0 10100 11101111 110111 110111

Color Harmonies of #4C4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4ECB

Black with #4C4ECB

Text Example


Text Example

White with #4C4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,78,203); }

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

background-color css

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

 a { background-color: rgb(76,78,203); }

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

border-color css

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

 span { border-color: rgb(76,78,203); }

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