#486291

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

Shades of Mariner #486291

Tints of Mariner #486291

Color information

#486291 (or 0x486291) is unknown color: approx Mariner. HEX triplet: 48, 62 and 91. RGB value is (72,98,145). Sum of RGB (Red+Green+Blue) = 72+98+145=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #486291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486291 is #B79D6E. Grayscale: #5F5F5F. Windows color (decimal): -12033391 or 9527880. OLE color: 9527880.

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

Color convert

RGB7298145-
CMYK0.500.3200.43
HSL218.63º33.64%42.55%-
HSV(B)218.63º50.34%56.86%-
XYZ12.1512.1628.49-
YUV95.58155.89111.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=22.86%
G=31.11%
B=46.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72981450.500.3200.43218.6333.6442.55
Hex486291322002Bdb222b
Octal11014222162400533334253
Binary1001000110001010010001110010100000010101111011011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486291; }

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

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

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

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

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

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

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

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