#4F8ED0

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

Shades of Havelock Blue #4F8ED0

Tints of Havelock Blue #4F8ED0

Color information

#4F8ED0 (or 0x4F8ED0) is unknown color: approx Havelock Blue. HEX triplet: 4F, 8E and D0. RGB value is (79,142,208). Sum of RGB (Red+Green+Blue) = 79+142+208=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F8ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ED0 is #B0712F. Grayscale: #828282. Windows color (decimal): -11563312 or 13667919. OLE color: 13667919.

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

Color convert

RGB79142208-
CMYK0.620.3200.18
HSL210.7º57.85%56.27%-
HSV(B)210.7º62.02%81.57%-
XYZ24.2825.5663.33-
YUV130.69171.6391.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.41%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=18.41%
G=33.10%
B=48.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal791422080.620.3200.18210.757.8556.27
Hex4F8ED03E20012d33a38
Octal11721632076400223237270
Binary1001111100011101101000011111010000001001011010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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