#4E60AD

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

Shades of Rich Blue #4E60AD

Tints of Rich Blue #4E60AD

Color information

#4E60AD (or 0x4E60AD) is unknown color: approx Rich Blue. HEX triplet: 4E, 60 and AD. RGB value is (78,96,173). Sum of RGB (Red+Green+Blue) = 78+96+173=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E60AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E60AD is #B19F52. Grayscale: #636363. Windows color (decimal): -11640659 or 11362382. OLE color: 11362382.

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

Color convert

RGB7896173-
CMYK0.550.4500.32
HSL228.63º37.85%49.22%-
HSV(B)228.63º54.91%67.84%-
XYZ14.871341.26-
YUV99.4169.54112.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=22.48%
G=27.67%
B=49.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78961730.550.4500.32228.6337.8549.22
Hex4E60AD372D020e52631
Octal11614025567550403454661
Binary1001110110000010101101110111101101010000011100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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