#486190

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

Shades of Mariner #486190

Tints of Mariner #486190

Color information

#486190 (or 0x486190) is unknown color: approx Mariner. HEX triplet: 48, 61 and 90. RGB value is (72,97,144). Sum of RGB (Red+Green+Blue) = 72+97+144=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #486190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486190 is #B79E6F. Grayscale: #5E5E5E. Windows color (decimal): -12033648 or 9462088. OLE color: 9462088.

HSL color Cylindrical-coordinate representation of color #486190: hue angle of 219.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486190 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7297144-
CMYK0.500.3300.44
HSL219.17º33.33%42.35%-
HSV(B)219.17º50%56.47%-
XYZ11.9811.9428.06-
YUV94.88155.72111.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=23.00%
G=30.99%
B=46.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72971440.500.3300.44219.1733.3342.35
Hex486190322102Cdb212a
Octal11014122062410543334152
Binary1001000110000110010000110010100001010110011011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486190; }

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

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

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

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

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

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

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

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