#4976C3

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

Shades of Havelock Blue #4976C3

Tints of Havelock Blue #4976C3

Color information

#4976C3 (or 0x4976C3) is unknown color: approx Havelock Blue. HEX triplet: 49, 76 and C3. RGB value is (73,118,195). Sum of RGB (Red+Green+Blue) = 73+118+195=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #4976C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976C3 is #B6893C. Grayscale: #707070. Windows color (decimal): -11962685 or 12809801. OLE color: 12809801.

HSL color Cylindrical-coordinate representation of color #4976C3: hue angle of 217.87º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4976C3 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73118195-
CMYK0.630.3900.24
HSL217.87º50.41%52.55%-
HSV(B)217.87º62.56%76.47%-
XYZ19.0818.3154.16-
YUV113.32174.0999.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=18.91%
G=30.57%
B=50.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731181950.630.3900.24217.8750.4152.55
Hex4976C33F27018da3235
Octal11116630377470303326265
Binary100100111101101100001111111110011101100011011010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4976C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4976C3; }

 p { color: rgb(73,118,195); }

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

<style>
 a { background-color: #4976C3; }

 a { background-color: rgb(73,118,195); }

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

<style>
 span { border-color: #4976C3; }

 span { border-color: rgb(73,118,195); }

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