Html Css Color HEX #4E5ECE Free Speech Blue

📋 copy color: '#4E5ECE'

red 78 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Blue #4E5ECE

Tints of Free Speech Blue #4E5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 20.63%
G = 24.87%
B = 54.5%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E5ECE (or 0x4E5ECE) is known color: Free Speech Blue. HEX triplet: 4E, 5E and CE. RGB value is (78,94,206). Sum of RGB (Red+Green+Blue) = 78+94+206=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ECE is #B1A131. Grayscale: #656565. Windows color (decimal): -11641138 or 13524558. OLE color: 13524558.

HSL color Cylindrical-coordinate representation of color #4E5ECE: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E5ECE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 94 206 -
CMYK 0.62 0.54 0 0.19
HSL 232.5º 0.57% 0.56% -
HSV(B) 232.5º 0.62% 0.81% -
XYZ 18.29 14.08 60.15 -
YUV 101.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 78 94 206 0.62 0.54 0 0.19 232.5 0.57 0.56
Hex 4E 5E CE 3E 36 0 13 E8 39 38
Octal 116 136 316 76 66 0 23 350 71 70
Binary 1001110 1011110 11001110 111110 110110 0 10011 11101000 111001 111000

Color Harmonies of #4E5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5ECE

Black with #4E5ECE

Text Example


Text Example

White with #4E5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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