#475997

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

Shades of Mariner #475997

Tints of Mariner #475997

Color information

#475997 (or 0x475997) is unknown color: approx Mariner. HEX triplet: 47, 59 and 97. RGB value is (71,89,151). Sum of RGB (Red+Green+Blue) = 71+89+151=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #475997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475997 is #B8A668. Grayscale: #5A5A5A. Windows color (decimal): -12101225 or 9918791. OLE color: 9918791.

HSL color Cylindrical-coordinate representation of color #475997: hue angle of 226.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475997 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7189151-
CMYK0.530.4100.41
HSL226.5º36.04%43.53%-
HSV(B)226.5º52.98%59.22%-
XYZ11.7610.7230.73-
YUV90.69162.04113.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=22.83%
G=28.62%
B=48.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71891510.530.4100.41226.536.0443.53
Hex4759973529029e2242c
Octal10713122765510513424454
Binary1000111101100110010111110101101001010100111100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475997; }

 p { color: rgb(71,89,151); }

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

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

 a { background-color: rgb(71,89,151); }

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

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

 span { border-color: rgb(71,89,151); }

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