#4771C0

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

Shades of Havelock Blue #4771C0

Tints of Havelock Blue #4771C0

Color information

#4771C0 (or 0x4771C0) is unknown color: approx Havelock Blue. HEX triplet: 47, 71 and C0. RGB value is (71,113,192). Sum of RGB (Red+Green+Blue) = 71+113+192=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #4771C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771C0 is #B88E3F. Grayscale: #6D6D6D. Windows color (decimal): -12095040 or 12611911. OLE color: 12611911.

HSL color Cylindrical-coordinate representation of color #4771C0: hue angle of 219.17º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4771C0 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71113192-
CMYK0.630.4100.25
HSL219.17º48.99%51.57%-
HSV(B)219.17º63.02%75.29%-
XYZ18.0216.9652.19-
YUV109.45174.59100.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=18.88%
G=30.05%
B=51.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711131920.630.4100.25219.1748.9951.57
Hex4771C03F29019db3134
Octal10716130077510313336164
Binary100011111100011100000011111110100101100111011011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4771C0; }

 p { color: rgb(71,113,192); }

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

<style>
 a { background-color: #4771C0; }

 a { background-color: rgb(71,113,192); }

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

<style>
 span { border-color: #4771C0; }

 span { border-color: rgb(71,113,192); }

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