#4C71B9

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

Shades of Havelock Blue #4C71B9

Tints of Havelock Blue #4C71B9

Color information

#4C71B9 (or 0x4C71B9) is unknown color: approx Havelock Blue. HEX triplet: 4C, 71 and B9. RGB value is (76,113,185). Sum of RGB (Red+Green+Blue) = 76+113+185=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #4C71B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C71B9 is #B38E46. Grayscale: #6D6D6D. Windows color (decimal): -11767367 or 12153164. OLE color: 12153164.

HSL color Cylindrical-coordinate representation of color #4C71B9: hue angle of 219.63º 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 #4C71B9 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76113185-
CMYK0.590.3900.27
HSL219.63º43.78%51.18%-
HSV(B)219.63º58.92%72.55%-
XYZ17.6416.8548.22-
YUV110.15170.24103.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.32%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 185 (72.66% from 255) = 49.47%
R=20.32%
G=30.21%
B=49.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761131850.590.3900.27219.6343.7851.18
Hex4C71B93B2701Bdc2c33
Octal11416127173470333345463
Binary100110011100011011100111101110011101101111011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C71B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,113,185); }

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

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

 a { background-color: rgb(76,113,185); }

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

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

 span { border-color: rgb(76,113,185); }

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