#4F8AD0

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

Shades of Havelock Blue #4F8AD0

Tints of Havelock Blue #4F8AD0

Color information

#4F8AD0 (or 0x4F8AD0) is unknown color: approx Havelock Blue. HEX triplet: 4F, 8A and D0. RGB value is (79,138,208). Sum of RGB (Red+Green+Blue) = 79+138+208=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F8AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8AD0 is #B0752F. Grayscale: #808080. Windows color (decimal): -11564336 or 13666895. OLE color: 13666895.

HSL color Cylindrical-coordinate representation of color #4F8AD0: hue angle of 212.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F8AD0 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB79138208-
CMYK0.620.3400.18
HSL212.56º57.85%56.27%-
HSV(B)212.56º62.02%81.57%-
XYZ23.724.3963.13-
YUV128.34172.9592.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=18.59%
G=32.47%
B=48.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal791382080.620.3400.18212.5657.8556.27
Hex4F8AD03E22012d53a38
Octal11721232076420223257270
Binary1001111100010101101000011111010001001001011010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,138,208); }

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

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

 a { background-color: rgb(79,138,208); }

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

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

 span { border-color: rgb(79,138,208); }

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