#4f77cb

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

Shades of Havelock Blue #4F77CB

Tints of Havelock Blue #4F77CB

Color information

#4F77CB (or 0x4F77CB) is unknown color: approx Havelock Blue. HEX triplet: 4F, 77 and CB. RGB value is (79,119,203). Sum of RGB (Red+Green+Blue) = 79+119+203=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F77CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77CB is #B08834. Grayscale: #747474. Windows color (decimal): -11569205 or 13334351. OLE color: 13334351.

HSL color Cylindrical-coordinate representation of color #4F77CB: hue angle of 220.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F77CB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79119203-
CMYK0.610.4100.20
HSL220.65º54.39%55.29%-
HSV(B)220.65º61.08%79.61%-
XYZ20.619.1759.11-
YUV116.62176.75101.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=19.70%
G=29.68%
B=50.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791192030.610.4100.20220.6554.3955.29
Hex4F77CB3D29014dd3637
Octal11716731375510243356667
Binary100111111101111100101111110110100101010011011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f77cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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