#476292

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

Shades of Mariner #476292

Tints of Mariner #476292

Color information

#476292 (or 0x476292) is unknown color: approx Mariner. HEX triplet: 47, 62 and 92. RGB value is (71,98,146). Sum of RGB (Red+Green+Blue) = 71+98+146=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #476292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476292 is #B89D6D. Grayscale: #5F5F5F. Windows color (decimal): -12098926 or 9593415. OLE color: 9593415.

HSL color Cylindrical-coordinate representation of color #476292: hue angle of 218.4º 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 #476292 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7198146-
CMYK0.510.3300.43
HSL218.4º34.56%42.55%-
HSV(B)218.4º51.37%57.25%-
XYZ12.1512.1528.9-
YUV95.4156.55110.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=22.54%
G=31.11%
B=46.35%

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
Decimal71981460.510.3300.43218.434.5642.55
Hex476292332102Bda232b
Octal10714222263410533324353
Binary1000111110001010010010110011100001010101111011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476292; }

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

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

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

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

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

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

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

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