#4F70BF

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

Shades of Havelock Blue #4F70BF

Tints of Havelock Blue #4F70BF

Color information

#4F70BF (or 0x4F70BF) is unknown color: approx Havelock Blue. HEX triplet: 4F, 70 and BF. RGB value is (79,112,191). Sum of RGB (Red+Green+Blue) = 79+112+191=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70BF is #B08F40. Grayscale: #6E6E6E. Windows color (decimal): -11571009 or 12546127. OLE color: 12546127.

HSL color Cylindrical-coordinate representation of color #4F70BF: hue angle of 222.32º 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 #4F70BF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79112191-
CMYK0.590.4100.25
HSL222.32º46.67%52.94%-
HSV(B)222.32º58.64%74.9%-
XYZ18.4217.0151.6-
YUV111.14173.07105.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.68%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 191 (75% from 255) = 50%
R=20.68%
G=29.32%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791121910.590.4100.25222.3246.6752.94
Hex4F70BF3B29019de2f35
Octal11716027773510313365765
Binary100111111100001011111111101110100101100111011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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