#4E4ECA

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

Shades of Free Speech Blue #4E4ECA

Tints of Free Speech Blue #4E4ECA

Color information

#4E4ECA (or 0x4E4ECA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4E and CA. RGB value is (78,78,202). Sum of RGB (Red+Green+Blue) = 78+78+202=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E4ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4ECA is #B1B135. Grayscale: #5B5B5B. Windows color (decimal): -11645238 or 13258318. OLE color: 13258318.

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

Color convert

RGB7878202-
CMYK0.610.6100.21
HSL240º53.91%54.9%-
HSV(B)240º61.39%79.22%-
XYZ16.5311.3357.19-
YUV92.14190117.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.79%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=21.79%
G=21.79%
B=56.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78782020.610.6100.2124053.9154.9
Hex4E4ECA3D3D015f03637
Octal11611631275750253606667
Binary100111010011101100101011110111110101010111110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,78,202); }

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

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

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

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

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

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

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