#477FC5

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

Shades of Havelock Blue #477FC5

Tints of Havelock Blue #477FC5

Color information

#477FC5 (or 0x477FC5) is unknown color: approx Havelock Blue. HEX triplet: 47, 7F and C5. RGB value is (71,127,197). Sum of RGB (Red+Green+Blue) = 71+127+197=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #477FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FC5 is #B8803A. Grayscale: #757575. Windows color (decimal): -12091451 or 12943175. OLE color: 12943175.

HSL color Cylindrical-coordinate representation of color #477FC5: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477FC5 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71127197-
CMYK0.640.3600.23
HSL213.33º52.07%52.55%-
HSV(B)213.33º63.96%77.25%-
XYZ20.2720.5555.72-
YUV118.24172.4594.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.97%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 197 (77.34% from 255) = 49.87%
R=17.97%
G=32.15%
B=49.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711271970.640.3600.23213.3352.0752.55
Hex477FC54024017d53435
Octal107177305100440273256465
Binary1000111111111111000101100000010010001011111010101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,127,197); }

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

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

 a { background-color: rgb(71,127,197); }

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

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

 span { border-color: rgb(71,127,197); }

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