Html Css Color HEX #4C5ECB Free Speech Blue

📋 copy color: '#4C5ECB'

red 76 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #4C5ECB

Tints of Free Speech Blue #4C5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

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

R = 20.38%
G = 25.2%
B = 54.42%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C5ECB (or 0x4C5ECB) is known color: Free Speech Blue. HEX triplet: 4C, 5E and CB. RGB value is (76,94,203). Sum of RGB (Red+Green+Blue) = 76+94+203=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ECB is #B3A134. Grayscale: #646464. Windows color (decimal): -11772213 or 13327948. OLE color: 13327948.

HSL color Cylindrical-coordinate representation of color #4C5ECB: hue angle of 231.5º 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 #4C5ECB is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 94 203 -
CMYK 0.63 0.54 0 0.20
HSL 231.5º 0.55% 0.55% -
HSV(B) 231.5º 0.63% 0.8% -
XYZ 17.76 13.85 58.24 -
YUV 101.04 185.54 110.14 -
System Red Green Blue C M Y K H S L
Decimal 76 94 203 0.63 0.54 0 0.20 231.5 0.55 0.55
Hex 4C 5E CB 3F 36 0 14 E7 37 37
Octal 114 136 313 77 66 0 24 347 67 67
Binary 1001100 1011110 11001011 111111 110110 0 10100 11100111 110111 110111

Color Harmonies of #4C5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5ECB

Black with #4C5ECB

Text Example


Text Example

White with #4C5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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