#486292

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

Shades of Mariner #486292

Tints of Mariner #486292

Color information

#486292 (or 0x486292) is unknown color: approx Mariner. HEX triplet: 48, 62 and 92. RGB value is (72,98,146). Sum of RGB (Red+Green+Blue) = 72+98+146=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 98 (38.67% from 255 or 31.01% 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 #486292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486292 is #B79D6D. Grayscale: #5F5F5F. Windows color (decimal): -12033390 or 9593416. OLE color: 9593416.

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

Color convert

RGB7298146-
CMYK0.510.3300.43
HSL218.92º33.94%42.75%-
HSV(B)218.92º50.68%57.25%-
XYZ12.2312.1928.9-
YUV95.7156.39111.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=22.78%
G=31.01%
B=46.20%

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
Decimal72981460.510.3300.43218.9233.9442.75
Hex486292332102Bdb222b
Octal11014222263410533334253
Binary1001000110001010010010110011100001010101111011011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486292; }

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

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

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

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

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

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

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

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