#476BAA

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

Shades of Mariner #476BAA

Tints of Mariner #476BAA

Color information

#476BAA (or 0x476BAA) is unknown color: approx Mariner. HEX triplet: 47, 6B and AA. RGB value is (71,107,170). Sum of RGB (Red+Green+Blue) = 71+107+170=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #476BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BAA is #B89455. Grayscale: #676767. Windows color (decimal): -12096598 or 11168583. OLE color: 11168583.

HSL color Cylindrical-coordinate representation of color #476BAA: hue angle of 218.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #476BAA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71107170-
CMYK0.580.3700.33
HSL218.18º41.08%47.25%-
HSV(B)218.18º58.24%66.67%-
XYZ15.1114.7640.08-
YUV103.42165.57104.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=20.40%
G=30.75%
B=48.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711071700.580.3700.33218.1841.0847.25
Hex476BAA3A25021da292f
Octal10715325272450413325157
Binary1000111110101110101010111010100101010000111011010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,107,170); }

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

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

 a { background-color: rgb(71,107,170); }

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

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

 span { border-color: rgb(71,107,170); }

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