#4A87D0

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

Shades of Havelock Blue #4A87D0

Tints of Havelock Blue #4A87D0

Color information

#4A87D0 (or 0x4A87D0) is unknown color: approx Havelock Blue. HEX triplet: 4A, 87 and D0. RGB value is (74,135,208). Sum of RGB (Red+Green+Blue) = 74+135+208=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A87D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A87D0 is #B5782F. Grayscale: #7C7C7C. Windows color (decimal): -11892784 or 13666122. OLE color: 13666122.

HSL color Cylindrical-coordinate representation of color #4A87D0: hue angle of 212.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A87D0 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB74135208-
CMYK0.640.3500.18
HSL212.69º58.77%55.29%-
HSV(B)212.69º64.42%81.57%-
XYZ22.8723.3462.97-
YUV125.08174.7991.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.75%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 208 (81.64% from 255) = 49.88%
R=17.75%
G=32.37%
B=49.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal741352080.640.3500.18212.6958.7755.29
Hex4A87D04023012d53b37
Octal112207320100430223257367
Binary10010101000011111010000100000010001101001011010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,208); }

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

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

 a { background-color: rgb(74,135,208); }

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

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

 span { border-color: rgb(74,135,208); }

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