#4F77BD

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

Shades of Havelock Blue #4F77BD

Tints of Havelock Blue #4F77BD

Color information

#4F77BD (or 0x4F77BD) is unknown color: approx Havelock Blue. HEX triplet: 4F, 77 and BD. RGB value is (79,119,189). Sum of RGB (Red+Green+Blue) = 79+119+189=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F77BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77BD is #B08842. Grayscale: #727272. Windows color (decimal): -11569219 or 12416847. OLE color: 12416847.

HSL color Cylindrical-coordinate representation of color #4F77BD: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F77BD is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79119189-
CMYK0.580.3700.26
HSL218.18º45.45%52.55%-
HSV(B)218.18º58.2%74.12%-
XYZ19.0118.5350.72-
YUV115.02169.75102.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.41%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=20.41%
G=30.75%
B=48.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791191890.580.3700.26218.1845.4552.55
Hex4F77BD3A2501Ada2d35
Octal11716727572450323325565
Binary100111111101111011110111101010010101101011011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,189); }

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

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

 a { background-color: rgb(79,119,189); }

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

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

 span { border-color: rgb(79,119,189); }

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