#4E52AD

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

Shades of Rich Blue #4E52AD

Tints of Rich Blue #4E52AD

Color information

#4E52AD (or 0x4E52AD) is unknown color: approx Rich Blue. HEX triplet: 4E, 52 and AD. RGB value is (78,82,173). Sum of RGB (Red+Green+Blue) = 78+82+173=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E52AD is #B1AD52. Grayscale: #5A5A5A. Windows color (decimal): -11644243 or 11358798. OLE color: 11358798.

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

Color convert

RGB7882173-
CMYK0.550.5300.32
HSL237.47º37.85%49.22%-
HSV(B)237.47º54.91%67.84%-
XYZ13.710.6740.87-
YUV91.18174.17118.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.42%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=23.42%
G=24.62%
B=51.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78821730.550.5300.32237.4737.8549.22
Hex4E52AD3735020ed2631
Octal11612225567650403554661
Binary1001110101001010101101110111110101010000011101101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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