#4E5AAD

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

Shades of Rich Blue #4E5AAD

Tints of Rich Blue #4E5AAD

Color information

#4E5AAD (or 0x4E5AAD) is unknown color: approx Rich Blue. HEX triplet: 4E, 5A and AD. RGB value is (78,90,173). Sum of RGB (Red+Green+Blue) = 78+90+173=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5AAD is #B1A552. Grayscale: #5F5F5F. Windows color (decimal): -11642195 or 11360846. OLE color: 11360846.

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

Color convert

RGB7890173-
CMYK0.550.4800.32
HSL232.42º37.85%49.22%-
HSV(B)232.42º54.91%67.84%-
XYZ14.3411.9541.09-
YUV95.87171.52115.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=22.87%
G=26.39%
B=50.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78901730.550.4800.32232.4237.8549.22
Hex4E5AAD3730020e82631
Octal11613225567600403504661
Binary1001110101101010101101110111110000010000011101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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