#4F8CC6

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

Shades of Havelock Blue #4F8CC6

Tints of Havelock Blue #4F8CC6

Color information

#4F8CC6 (or 0x4F8CC6) is unknown color: approx Havelock Blue. HEX triplet: 4F, 8C and C6. RGB value is (79,140,198). Sum of RGB (Red+Green+Blue) = 79+140+198=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F8CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CC6 is #B07339. Grayscale: #808080. Windows color (decimal): -11563834 or 13012047. OLE color: 13012047.

HSL color Cylindrical-coordinate representation of color #4F8CC6: hue angle of 209.24º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F8CC6 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB79140198-
CMYK0.600.2900.22
HSL209.24º51.07%54.31%-
HSV(B)209.24º60.1%77.65%-
XYZ22.824.556.95-
YUV128.37167.2992.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.94%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=18.94%
G=33.57%
B=47.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791401980.600.2900.22209.2451.0754.31
Hex4F8CC63C1D016d13336
Octal11721430674350263216366
Binary100111110001100110001101111001110101011011010001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,140,198); }

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

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

 a { background-color: rgb(79,140,198); }

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

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

 span { border-color: rgb(79,140,198); }

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