#4E55AD

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

Shades of Rich Blue #4E55AD

Tints of Rich Blue #4E55AD

Color information

#4E55AD (or 0x4E55AD) is unknown color: approx Rich Blue. HEX triplet: 4E, 55 and AD. RGB value is (78,85,173). Sum of RGB (Red+Green+Blue) = 78+85+173=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E55AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E55AD is #B1AA52. Grayscale: #5C5C5C. Windows color (decimal): -11643475 or 11359566. OLE color: 11359566.

HSL color Cylindrical-coordinate representation of color #4E55AD: hue angle of 235.58º 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 #4E55AD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7885173-
CMYK0.550.5100.32
HSL235.58º37.85%49.22%-
HSV(B)235.58º54.91%67.84%-
XYZ13.9311.1340.95-
YUV92.94173.18117.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=23.21%
G=25.30%
B=51.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78851730.550.5100.32235.5837.8549.22
Hex4E55AD3733020ec2631
Octal11612525567630403544661
Binary1001110101010110101101110111110011010000011101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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