#476392

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

Shades of Mariner #476392

Tints of Mariner #476392

Color information

#476392 (or 0x476392) is unknown color: approx Mariner. HEX triplet: 47, 63 and 92. RGB value is (71,99,146). Sum of RGB (Red+Green+Blue) = 71+99+146=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #476392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476392 is #B89C6D. Grayscale: #5F5F5F. Windows color (decimal): -12098670 or 9593671. OLE color: 9593671.

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

Color convert

RGB7199146-
CMYK0.510.3200.43
HSL217.6º34.56%42.55%-
HSV(B)217.6º51.37%57.25%-
XYZ12.2512.3428.93-
YUV95.99156.22110.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=22.47%
G=31.33%
B=46.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71991460.510.3200.43217.634.5642.55
Hex476392332002Bda232b
Octal10714322263400533324353
Binary1000111110001110010010110011100000010101111011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476392; }

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

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

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

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

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

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

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

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