#4E58AA

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

Shades of Rich Blue #4E58AA

Tints of Rich Blue #4E58AA

Color information

#4E58AA (or 0x4E58AA) is unknown color: approx Rich Blue. HEX triplet: 4E, 58 and AA. RGB value is (78,88,170). Sum of RGB (Red+Green+Blue) = 78+88+170=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E58AA is #B1A755. Grayscale: #5E5E5E. Windows color (decimal): -11642710 or 11163726. OLE color: 11163726.

HSL color Cylindrical-coordinate representation of color #4E58AA: hue angle of 233.48º 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 #4E58AA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7888170-
CMYK0.540.4800.33
HSL233.48º37.1%48.63%-
HSV(B)233.48º54.12%66.67%-
XYZ13.8911.539.52-
YUV94.36170.69116.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=23.21%
G=26.19%
B=50.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78881700.540.4800.33233.4837.148.63
Hex4E58AA3630021e92531
Octal11613025266600413514561
Binary1001110101100010101010110110110000010000111101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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