#4E66BE

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

Shades of Free Speech Blue #4E66BE

Tints of Free Speech Blue #4E66BE

Color information

#4E66BE (or 0x4E66BE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 66 and BE. RGB value is (78,102,190). Sum of RGB (Red+Green+Blue) = 78+102+190=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E66BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E66BE is #B19941. Grayscale: #686868. Windows color (decimal): -11639106 or 12478030. OLE color: 12478030.

HSL color Cylindrical-coordinate representation of color #4E66BE: hue angle of 227.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E66BE is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78102190-
CMYK0.590.4600.25
HSL227.14º46.28%52.55%-
HSV(B)227.14º58.95%74.51%-
XYZ17.1914.8450.67-
YUV104.86176.05108.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=21.08%
G=27.57%
B=51.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781021900.590.4600.25227.1446.2852.55
Hex4E66BE3B2E019e32e35
Octal11614627673560313435665
Binary100111011001101011111011101110111001100111100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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