#477DCB

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

Shades of Havelock Blue #477DCB

Tints of Havelock Blue #477DCB

Color information

#477DCB (or 0x477DCB) is unknown color: approx Havelock Blue. HEX triplet: 47, 7D and CB. RGB value is (71,125,203). Sum of RGB (Red+Green+Blue) = 71+125+203=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #477DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DCB is #B88234. Grayscale: #757575. Windows color (decimal): -12091957 or 13335879. OLE color: 13335879.

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

Color convert

RGB71125203-
CMYK0.650.3800.20
HSL215.45º55.93%53.73%-
HSV(B)215.45º65.02%79.61%-
XYZ20.7120.3259.33-
YUV117.75176.1194.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=17.79%
G=31.33%
B=50.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711252030.650.3800.20215.4555.9353.73
Hex477DCB4126014d73836
Octal107175313101460243277066
Binary1000111111110111001011100000110011001010011010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477DCB; }

 p { color: rgb(71,125,203); }

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

<style>
 a { background-color: #477DCB; }

 a { background-color: rgb(71,125,203); }

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

<style>
 span { border-color: #477DCB; }

 span { border-color: rgb(71,125,203); }

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