#4E66CA

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

Shades of Free Speech Blue #4E66CA

Tints of Free Speech Blue #4E66CA

Color information

#4E66CA (or 0x4E66CA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 66 and CA. RGB value is (78,102,202). Sum of RGB (Red+Green+Blue) = 78+102+202=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E66CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E66CA is #B19935. Grayscale: #696969. Windows color (decimal): -11639094 or 13264462. OLE color: 13264462.

HSL color Cylindrical-coordinate representation of color #4E66CA: hue angle of 228.39º 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 #4E66CA is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78102202-
CMYK0.610.5000.21
HSL228.39º53.91%54.9%-
HSV(B)228.39º61.39%79.22%-
XYZ18.5515.3957.87-
YUV106.22182.05107.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=20.42%
G=26.70%
B=52.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781022020.610.5000.21228.3953.9154.9
Hex4E66CA3D32015e43637
Octal11614631275620253446667
Binary100111011001101100101011110111001001010111100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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