#4E42AE

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

Shades of Rich Blue #4E42AE

Tints of Rich Blue #4E42AE

Color information

#4E42AE (or 0x4E42AE) is unknown color: approx Rich Blue. HEX triplet: 4E, 42 and AE. RGB value is (78,66,174). Sum of RGB (Red+Green+Blue) = 78+66+174=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E42AE is #B1BD51. Grayscale: #515151. Windows color (decimal): -11648338 or 11420238. OLE color: 11420238.

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

Color convert

RGB7866174-
CMYK0.550.6200.32
HSL246.67º45%47.06%-
HSV(B)246.67º62.07%68.24%-
XYZ12.738.5741.03-
YUV81.9179.98125.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.53%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=24.53%
G=20.75%
B=54.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78661740.550.6200.32246.674547.06
Hex4E42AE373E020f72d2f
Octal11610225667760403675557
Binary1001110100001010101110110111111110010000011110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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