#4F81C2

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

Shades of Havelock Blue #4F81C2

Tints of Havelock Blue #4F81C2

Color information

#4F81C2 (or 0x4F81C2) is unknown color: approx Havelock Blue. HEX triplet: 4F, 81 and C2. RGB value is (79,129,194). Sum of RGB (Red+Green+Blue) = 79+129+194=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #4F81C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81C2 is #B07E3D. Grayscale: #797979. Windows color (decimal): -11566654 or 12747087. OLE color: 12747087.

HSL color Cylindrical-coordinate representation of color #4F81C2: hue angle of 213.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F81C2 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB79129194-
CMYK0.590.3400.24
HSL213.91º48.52%53.53%-
HSV(B)213.91º59.28%76.08%-
XYZ20.8121.2654.05-
YUV121.46168.9497.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=19.65%
G=32.09%
B=48.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791291940.590.3400.24213.9148.5253.53
Hex4F81C23B22018d63136
Octal11720130273420303266166
Binary1001111100000011100001011101110001001100011010110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F81C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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