#4E5ECF

Color #4E5ECF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4E5ECF

Tints of Free Speech Blue #4E5ECF

Color information

#4E5ECF (or 0x4E5ECF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5E and CF. RGB value is (78,94,207). Sum of RGB (Red+Green+Blue) = 78+94+207=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ECF is #B1A130. Grayscale: #656565. Windows color (decimal): -11641137 or 13590094. OLE color: 13590094.

HSL color Cylindrical-coordinate representation of color #4E5ECF: hue angle of 232.56º 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 #4E5ECF is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7894207-
CMYK0.620.5500.19
HSL232.56º57.33%55.88%-
HSV(B)232.56º62.32%81.18%-
XYZ18.4114.1360.79-
YUV102.1187.2110.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 207 (81.25% from 255) = 54.62%
R=20.58%
G=24.80%
B=54.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal78942070.620.5500.19232.5657.3355.88
Hex4E5ECF3E37013e93938
Octal11613631776670233517170
Binary100111010111101100111111111011011101001111101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E5ECF;
 }
 .AnyTagClassName
 {
   color: #4E5ECF;
 }
</style>
background-color css

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

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

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

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

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

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