#4E45AA

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

Shades of Rich Blue #4E45AA

Tints of Rich Blue #4E45AA

Color information

#4E45AA (or 0x4E45AA) is unknown color: approx Rich Blue. HEX triplet: 4E, 45 and AA. RGB value is (78,69,170). Sum of RGB (Red+Green+Blue) = 78+69+170=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E45AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E45AA is #B1BA55. Grayscale: #525252. Windows color (decimal): -11647574 or 11158862. OLE color: 11158862.

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

Color convert

RGB7869170-
CMYK0.540.5900.33
HSL245.35º42.26%46.86%-
HSV(B)245.35º59.41%66.67%-
XYZ12.538.7839.06-
YUV83.2176.98124.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=24.61%
G=21.77%
B=53.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78691700.540.5900.33245.3542.2646.86
Hex4E45AA363B021f52a2f
Octal11610525266730413655257
Binary1001110100010110101010110110111011010000111110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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