#4F82BF

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

Shades of Havelock Blue #4F82BF

Tints of Havelock Blue #4F82BF

Color information

#4F82BF (or 0x4F82BF) is unknown color: approx Havelock Blue. HEX triplet: 4F, 82 and BF. RGB value is (79,130,191). Sum of RGB (Red+Green+Blue) = 79+130+191=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F82BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F82BF is #B07D40. Grayscale: #797979. Windows color (decimal): -11566401 or 12550735. OLE color: 12550735.

HSL color Cylindrical-coordinate representation of color #4F82BF: hue angle of 212.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F82BF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79130191-
CMYK0.590.3200.25
HSL212.68º46.67%52.94%-
HSV(B)212.68º58.64%74.9%-
XYZ20.6121.3952.33-
YUV121.7167.197.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.75%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=19.75%
G=32.5%
B=47.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791301910.590.3200.25212.6846.6752.94
Hex4F82BF3B20019d52f35
Octal11720227773400313255765
Binary1001111100000101011111111101110000001100111010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,130,191); }

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

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

 a { background-color: rgb(79,130,191); }

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

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

 span { border-color: rgb(79,130,191); }

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