#4C76BA

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

Shades of Havelock Blue #4C76BA

Tints of Havelock Blue #4C76BA

Color information

#4C76BA (or 0x4C76BA) is unknown color: approx Havelock Blue. HEX triplet: 4C, 76 and BA. RGB value is (76,118,186). Sum of RGB (Red+Green+Blue) = 76+118+186=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C76BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C76BA is #B38945. Grayscale: #707070. Windows color (decimal): -11766086 or 12219980. OLE color: 12219980.

HSL color Cylindrical-coordinate representation of color #4C76BA: hue angle of 217.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C76BA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76118186-
CMYK0.590.3700.27
HSL217.09º44.35%51.37%-
HSV(B)217.09º59.14%72.94%-
XYZ18.3218.0448.97-
YUV113.19169.09101.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=20%
G=31.05%
B=48.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761181860.590.3700.27217.0944.3551.37
Hex4C76BA3B2501Bd92c33
Octal11416627273450333315463
Binary100110011101101011101011101110010101101111011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,118,186); }

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

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

 a { background-color: rgb(76,118,186); }

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

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

 span { border-color: rgb(76,118,186); }

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