#476192

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

Shades of Mariner #476192

Tints of Mariner #476192

Color information

#476192 (or 0x476192) is unknown color: approx Mariner. HEX triplet: 47, 61 and 92. RGB value is (71,97,146). Sum of RGB (Red+Green+Blue) = 71+97+146=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #476192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476192 is #B89E6D. Grayscale: #5E5E5E. Windows color (decimal): -12099182 or 9593159. OLE color: 9593159.

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

Color convert

RGB7197146-
CMYK0.510.3400.43
HSL219.2º34.56%42.55%-
HSV(B)219.2º51.37%57.25%-
XYZ12.0611.9628.87-
YUV94.81156.89111.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=22.61%
G=30.89%
B=46.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71971460.510.3400.43219.234.5642.55
Hex476192332202Bdb232b
Octal10714122263420533334353
Binary1000111110000110010010110011100010010101111011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476192; }

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

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

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

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

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

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

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

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