#477DD3

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

Shades of Havelock Blue #477DD3

Tints of Havelock Blue #477DD3

Color information

#477DD3 (or 0x477DD3) is unknown color: approx Havelock Blue. HEX triplet: 47, 7D and D3. RGB value is (71,125,211). Sum of RGB (Red+Green+Blue) = 71+125+211=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 211 (82.81% from 255 or 51.84% from 407); Max value from RGB is 211 - color contains mainly: blue. Hex color #477DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DD3 is #B8822C. Grayscale: #767676. Windows color (decimal): -12091949 or 13860167. OLE color: 13860167.

HSL color Cylindrical-coordinate representation of color #477DD3: hue angle of 216.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477DD3 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71125211-
CMYK0.660.4100.17
HSL216.86º61.4%55.29%-
HSV(B)216.86º66.35%82.75%-
XYZ21.6920.7164.48-
YUV118.66180.1194.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 211 (82.81% from 255) = 51.84%
R=17.44%
G=30.71%
B=51.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal711252110.660.4100.17216.8661.455.29
Hex477DD34229011d93d37
Octal107175323102510213317567
Binary1000111111110111010011100001010100101000111011001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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