#4E5AAA

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

Shades of Rich Blue #4E5AAA

Tints of Rich Blue #4E5AAA

Color information

#4E5AAA (or 0x4E5AAA) is unknown color: approx Rich Blue. HEX triplet: 4E, 5A and AA. RGB value is (78,90,170). Sum of RGB (Red+Green+Blue) = 78+90+170=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5AAA is #B1A555. Grayscale: #5F5F5F. Windows color (decimal): -11642198 or 11164238. OLE color: 11164238.

HSL color Cylindrical-coordinate representation of color #4E5AAA: hue angle of 232.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5AAA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7890170-
CMYK0.540.4700.33
HSL232.17º37.1%48.63%-
HSV(B)232.17º54.12%66.67%-
XYZ14.0511.8339.57-
YUV95.53170.02115.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=23.08%
G=26.63%
B=50.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78901700.540.4700.33232.1737.148.63
Hex4E5AAA362F021e82531
Octal11613225266570413504561
Binary1001110101101010101010110110101111010000111101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,90,170); }

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

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

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

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

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

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

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