#4E4AA9

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

Shades of Rich Blue #4E4AA9

Tints of Rich Blue #4E4AA9

Color information

#4E4AA9 (or 0x4E4AA9) is unknown color: approx Rich Blue. HEX triplet: 4E, 4A and A9. RGB value is (78,74,169). Sum of RGB (Red+Green+Blue) = 78+74+169=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #4E4AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4AA9 is #B1B556. Grayscale: #555555. Windows color (decimal): -11646295 or 11094606. OLE color: 11094606.

HSL color Cylindrical-coordinate representation of color #4E4AA9: hue angle of 242.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4AA9 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7874169-
CMYK0.540.5600.34
HSL242.53º39.09%47.65%-
HSV(B)242.53º56.21%66.27%-
XYZ12.759.3838.67-
YUV86.03174.83122.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=24.30%
G=23.05%
B=52.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal78741690.540.5600.34242.5339.0947.65
Hex4E4AA93638022f32730
Octal11611225166700423634760
Binary1001110100101010101001110110111000010001011110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,169); }

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

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

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

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

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

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

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