#4F89D0

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

Shades of Havelock Blue #4F89D0

Tints of Havelock Blue #4F89D0

Color information

#4F89D0 (or 0x4F89D0) is unknown color: approx Havelock Blue. HEX triplet: 4F, 89 and D0. RGB value is (79,137,208). Sum of RGB (Red+Green+Blue) = 79+137+208=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F89D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F89D0 is #B0762F. Grayscale: #7F7F7F. Windows color (decimal): -11564592 or 13666639. OLE color: 13666639.

HSL color Cylindrical-coordinate representation of color #4F89D0: hue angle of 213.02º 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 #4F89D0 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB79137208-
CMYK0.620.3400.18
HSL213.02º57.85%56.27%-
HSV(B)213.02º62.02%81.57%-
XYZ23.5624.1163.09-
YUV127.75173.2893.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.63%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 208 (81.64% from 255) = 49.06%
R=18.63%
G=32.31%
B=49.06%

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
Decimal791372080.620.3400.18213.0257.8556.27
Hex4F89D03E22012d53a38
Octal11721132076420223257270
Binary1001111100010011101000011111010001001001011010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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