#4977CB

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

Shades of Havelock Blue #4977CB

Tints of Havelock Blue #4977CB

Color information

#4977CB (or 0x4977CB) is unknown color: approx Havelock Blue. HEX triplet: 49, 77 and CB. RGB value is (73,119,203). Sum of RGB (Red+Green+Blue) = 73+119+203=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #4977CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977CB is #B68834. Grayscale: #727272. Windows color (decimal): -11962421 or 13334345. OLE color: 13334345.

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

Color convert

RGB73119203-
CMYK0.640.4100.20
HSL218.77º55.56%54.12%-
HSV(B)218.77º64.04%79.61%-
XYZ20.1218.9259.09-
YUV114.82177.7698.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=18.48%
G=30.13%
B=51.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731192030.640.4100.20218.7755.5654.12
Hex4977CB4029014db3836
Octal111167313100510243337066
Binary1001001111011111001011100000010100101010011011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4977CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4977CB; }

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

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

<style>
 a { background-color: #4977CB; }

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

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

<style>
 span { border-color: #4977CB; }

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

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