#477FC4

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

Shades of Havelock Blue #477FC4

Tints of Havelock Blue #477FC4

Color information

#477FC4 (or 0x477FC4) is unknown color: approx Havelock Blue. HEX triplet: 47, 7F and C4. RGB value is (71,127,196). Sum of RGB (Red+Green+Blue) = 71+127+196=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #477FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FC4 is #B8803B. Grayscale: #757575. Windows color (decimal): -12091452 or 12877639. OLE color: 12877639.

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

Color convert

RGB71127196-
CMYK0.640.3500.23
HSL213.12º51.44%52.35%-
HSV(B)213.12º63.78%76.86%-
XYZ20.1520.555.12-
YUV118.12171.9594.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.02%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 196 (76.95% from 255) = 49.75%
R=18.02%
G=32.23%
B=49.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711271960.640.3500.23213.1251.4452.35
Hex477FC44023017d53334
Octal107177304100430273256364
Binary1000111111111111000100100000010001101011111010101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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