#4E4DAE

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

Shades of Rich Blue #4E4DAE

Tints of Rich Blue #4E4DAE

Color information

#4E4DAE (or 0x4E4DAE) is unknown color: approx Rich Blue. HEX triplet: 4E, 4D and AE. RGB value is (78,77,174). Sum of RGB (Red+Green+Blue) = 78+77+174=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DAE is #B1B251. Grayscale: #575757. Windows color (decimal): -11645522 or 11423054. OLE color: 11423054.

HSL color Cylindrical-coordinate representation of color #4E4DAE: hue angle of 240.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4DAE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7877174-
CMYK0.550.5600.32
HSL240.62º38.65%49.22%-
HSV(B)240.62º55.75%68.24%-
XYZ13.449.9841.26-
YUV88.36176.33120.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.71%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=23.71%
G=23.40%
B=52.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78771740.550.5600.32240.6238.6549.22
Hex4E4DAE3738020f12731
Octal11611525667700403614761
Binary1001110100110110101110110111111000010000011110001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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