Html Css Color HEX #4E5ECB Free Speech Blue

📋 copy color: '#4E5ECB'

red 78 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #4E5ECB

Tints of Free Speech Blue #4E5ECB

RGB

 RED value IS 78 (30.86% from 255) = 20.8%

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

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

R = 20.8%
G = 25.07%
B = 54.13%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E5ECB (or 0x4E5ECB) is known color: Free Speech Blue. HEX triplet: 4E, 5E and CB. RGB value is (78,94,203). Sum of RGB (Red+Green+Blue) = 78+94+203=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E5ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ECB is #B1A134. Grayscale: #656565. Windows color (decimal): -11641141 or 13327950. OLE color: 13327950.

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

Color convert

RGB 78 94 203 -
CMYK 0.62 0.54 0 0.20
HSL 232.32º 0.55% 0.55% -
HSV(B) 232.32º 0.62% 0.8% -
XYZ 17.92 13.94 58.25 -
YUV 101.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 78 94 203 0.62 0.54 0 0.20 232.32 0.55 0.55
Hex 4E 5E CB 3E 36 0 14 E8 37 37
Octal 116 136 313 76 66 0 24 350 67 67
Binary 1001110 1011110 11001011 111110 110110 0 10100 11101000 110111 110111

Color Harmonies of #4E5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5ECB

Black with #4E5ECB

Text Example


Text Example

White with #4E5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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