#476AB2

Color #476AB2 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #476AB2

Tints of Mariner #476AB2

Color information

#476AB2 (or 0x476AB2) is unknown color: approx Mariner. HEX triplet: 47, 6A and B2. RGB value is (71,106,178). Sum of RGB (Red+Green+Blue) = 71+106+178=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #476AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AB2 is #B8954D. Grayscale: #676767. Windows color (decimal): -12096846 or 11692615. OLE color: 11692615.

HSL color Cylindrical-coordinate representation of color #476AB2: hue angle of 220.37º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476AB2 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB71106178-
CMYK0.600.4000.30
HSL220.37º42.97%48.82%-
HSV(B)220.37º60.11%69.8%-
XYZ15.7914.8644.16-
YUV103.74169.9104.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 178 (69.92% from 255) = 50.14%
R=20%
G=29.86%
B=50.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711061780.600.4000.30220.3742.9748.82
Hex476AB23C2801Edc2b31
Octal10715226274500363345361
Binary100011111010101011001011110010100001111011011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476AB2; }

 p { color: rgb(71,106,178); }

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

<style>
 a { background-color: #476AB2; }

 a { background-color: rgb(71,106,178); }

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

<style>
 span { border-color: #476AB2; }

 span { border-color: rgb(71,106,178); }

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