#477BC2

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

Shades of Havelock Blue #477BC2

Tints of Havelock Blue #477BC2

Color information

#477BC2 (or 0x477BC2) is unknown color: approx Havelock Blue. HEX triplet: 47, 7B and C2. RGB value is (71,123,194). Sum of RGB (Red+Green+Blue) = 71+123+194=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #477BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BC2 is #B8843D. Grayscale: #737373. Windows color (decimal): -12092478 or 12745543. OLE color: 12745543.

HSL color Cylindrical-coordinate representation of color #477BC2: hue angle of 214.63º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477BC2 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71123194-
CMYK0.630.3700.24
HSL214.63º50.2%51.96%-
HSV(B)214.63º63.4%76.08%-
XYZ19.4219.453.76-
YUV115.55172.2796.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 194 (76.17% from 255) = 50%
R=18.30%
G=31.70%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711231940.630.3700.24214.6350.251.96
Hex477BC23F25018d73234
Octal10717330277450303276264
Binary100011111110111100001011111110010101100011010111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,123,194); }

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

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

 a { background-color: rgb(71,123,194); }

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

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

 span { border-color: rgb(71,123,194); }

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