#486192

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

Shades of Mariner #486192

Tints of Mariner #486192

Color information

#486192 (or 0x486192) is unknown color: approx Mariner. HEX triplet: 48, 61 and 92. RGB value is (72,97,146). Sum of RGB (Red+Green+Blue) = 72+97+146=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 97 (38.28% from 255 or 30.79% 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 #486192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486192 is #B79E6D. Grayscale: #5E5E5E. Windows color (decimal): -12033646 or 9593160. OLE color: 9593160.

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

Color convert

RGB7297146-
CMYK0.510.3400.43
HSL219.73º33.94%42.75%-
HSV(B)219.73º50.68%57.25%-
XYZ12.141228.87-
YUV95.11156.72111.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=22.86%
G=30.79%
B=46.35%

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
Decimal72971460.510.3400.43219.7333.9442.75
Hex486192332202Bdc222b
Octal11014122263420533344253
Binary1001000110000110010010110011100010010101111011100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486192; }

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

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

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

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

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

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

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

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