#4F7ABF

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

Shades of Havelock Blue #4F7ABF

Tints of Havelock Blue #4F7ABF

Color information

#4F7ABF (or 0x4F7ABF) is unknown color: approx Havelock Blue. HEX triplet: 4F, 7A and BF. RGB value is (79,122,191). Sum of RGB (Red+Green+Blue) = 79+122+191=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7ABF is #B08540. Grayscale: #747474. Windows color (decimal): -11568449 or 12548687. OLE color: 12548687.

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

Color convert

RGB79122191-
CMYK0.590.3600.25
HSL216.96º46.67%52.94%-
HSV(B)216.96º58.64%74.9%-
XYZ19.5919.3451.99-
YUV117.01169.75100.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.15%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 191 (75% from 255) = 48.72%
R=20.15%
G=31.12%
B=48.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791221910.590.3600.25216.9646.6752.94
Hex4F7ABF3B24019d92f35
Octal11717227773440313315765
Binary100111111110101011111111101110010001100111011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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