#4F81CF

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

Shades of Havelock Blue #4F81CF

Tints of Havelock Blue #4F81CF

Color information

#4F81CF (or 0x4F81CF) is unknown color: approx Havelock Blue. HEX triplet: 4F, 81 and CF. RGB value is (79,129,207). Sum of RGB (Red+Green+Blue) = 79+129+207=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F81CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81CF is #B07E30. Grayscale: #7A7A7A. Windows color (decimal): -11566641 or 13599055. OLE color: 13599055.

HSL color Cylindrical-coordinate representation of color #4F81CF: hue angle of 216.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F81CF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB79129207-
CMYK0.620.3800.19
HSL216.56º57.14%56.08%-
HSV(B)216.56º61.84%81.18%-
XYZ22.3421.8762.08-
YUV122.94175.4496.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.04%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=19.04%
G=31.08%
B=49.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal791292070.620.3800.19216.5657.1456.08
Hex4F81CF3E26013d93938
Octal11720131776460233317170
Binary1001111100000011100111111111010011001001111011001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,129,207); }

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

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

 a { background-color: rgb(79,129,207); }

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

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

 span { border-color: rgb(79,129,207); }

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