#4E4DDE

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

Shades of Free Speech Blue #4E4DDE

Tints of Free Speech Blue #4E4DDE

Color information

#4E4DDE (or 0x4E4DDE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4D and DE. RGB value is (78,77,222). Sum of RGB (Red+Green+Blue) = 78+77+222=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E4DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DDE is #B1B221. Grayscale: #5D5D5D. Windows color (decimal): -11645474 or 14568782. OLE color: 14568782.

HSL color Cylindrical-coordinate representation of color #4E4DDE: hue angle of 240.41º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E4DDE is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7877222-
CMYK0.650.6500.13
HSL240.41º68.72%58.63%-
HSV(B)240.41º65.32%87.06%-
XYZ18.9812.270.46-
YUV93.83200.33116.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 222 (87.11% from 255) = 58.89%
R=20.69%
G=20.42%
B=58.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78772220.650.6500.13240.4168.7258.63
Hex4E4DDE41410Df0453b
Octal11611533610110101536010573
Binary10011101001101110111101000001100000101101111100001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,77,222); }

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

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

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

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

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

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

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