#476AB6

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

Shades of Mariner #476AB6

Tints of Mariner #476AB6

Color information

#476AB6 (or 0x476AB6) is unknown color: approx Mariner. HEX triplet: 47, 6A and B6. RGB value is (71,106,182). Sum of RGB (Red+Green+Blue) = 71+106+182=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #476AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AB6 is #B89549. Grayscale: #676767. Windows color (decimal): -12096842 or 11954759. OLE color: 11954759.

HSL color Cylindrical-coordinate representation of color #476AB6: hue angle of 221.08º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476AB6 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71106182-
CMYK0.610.4200.29
HSL221.08º43.87%49.61%-
HSV(B)221.08º60.99%71.37%-
XYZ16.215.0346.3-
YUV104.2171.9104.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=19.78%
G=29.53%
B=50.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711061820.610.4200.29221.0843.8749.61
Hex476AB63D2A01Ddd2c32
Octal10715226675520353355462
Binary100011111010101011011011110110101001110111011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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