#477ACC

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

Shades of Havelock Blue #477ACC

Tints of Havelock Blue #477ACC

Color information

#477ACC (or 0x477ACC) is unknown color: approx Havelock Blue. HEX triplet: 47, 7A and CC. RGB value is (71,122,204). Sum of RGB (Red+Green+Blue) = 71+122+204=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #477ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ACC is #B88533. Grayscale: #737373. Windows color (decimal): -12092724 or 13400647. OLE color: 13400647.

HSL color Cylindrical-coordinate representation of color #477ACC: hue angle of 216.99º degrees, saturation: 0.57, 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 #477ACC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71122204-
CMYK0.650.4000.2
HSL216.99º56.6%53.92%-
HSV(B)216.99º65.2%80%-
XYZ20.4619.6259.84-
YUV116.1177.695.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=17.88%
G=30.73%
B=51.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711222040.650.4000.2216.9956.653.92
Hex477ACC4128014d93936
Octal107172314101500243317166
Binary1000111111101011001100100000110100001010011011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,204); }

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

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

 a { background-color: rgb(71,122,204); }

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

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

 span { border-color: rgb(71,122,204); }

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