#476191

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

Shades of Mariner #476191

Tints of Mariner #476191

Color information

#476191 (or 0x476191) is unknown color: approx Mariner. HEX triplet: 47, 61 and 91. RGB value is (71,97,145). Sum of RGB (Red+Green+Blue) = 71+97+145=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #476191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476191 is #B89E6E. Grayscale: #5E5E5E. Windows color (decimal): -12099183 or 9527623. OLE color: 9527623.

HSL color Cylindrical-coordinate representation of color #476191: hue angle of 218.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476191 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7197145-
CMYK0.510.3300.43
HSL218.92º34.26%42.35%-
HSV(B)218.92º51.03%56.86%-
XYZ11.9811.9328.46-
YUV94.7156.39111.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=22.68%
G=30.99%
B=46.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71971450.510.3300.43218.9234.2642.35
Hex476191332102Bdb222a
Octal10714122163410533334252
Binary1000111110000110010001110011100001010101111011011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476191; }

 p { color: rgb(71,97,145); }

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

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

 a { background-color: rgb(71,97,145); }

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

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

 span { border-color: rgb(71,97,145); }

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