#4E4EDB

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

Shades of Free Speech Blue #4E4EDB

Tints of Free Speech Blue #4E4EDB

Color information

#4E4EDB (or 0x4E4EDB) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4E and DB. RGB value is (78,78,219). Sum of RGB (Red+Green+Blue) = 78+78+219=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4EDB is #B1B124. Grayscale: #5D5D5D. Windows color (decimal): -11645221 or 14372430. OLE color: 14372430.

HSL color Cylindrical-coordinate representation of color #4E4EDB: hue angle of 240º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E4EDB is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7878219-
CMYK0.640.6400.14
HSL240º66.2%58.24%-
HSV(B)240º64.38%85.88%-
XYZ18.6512.1868.39-
YUV94.07198.5116.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 219 (85.94% from 255) = 58.4%
R=20.8%
G=20.8%
B=58.4%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78782190.640.6400.1424066.258.24
Hex4E4EDB40400Ef0423a
Octal11611633310010001636010272
Binary10011101001110110110111000000100000001110111100001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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