#486095

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

Shades of Mariner #486095

Tints of Mariner #486095

Color information

#486095 (or 0x486095) is unknown color: approx Mariner. HEX triplet: 48, 60 and 95. RGB value is (72,96,149). Sum of RGB (Red+Green+Blue) = 72+96+149=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #486095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486095 is #B79F6A. Grayscale: #5E5E5E. Windows color (decimal): -12033899 or 9789512. OLE color: 9789512.

HSL color Cylindrical-coordinate representation of color #486095: hue angle of 221.3º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486095 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7296149-
CMYK0.520.3600.42
HSL221.3º34.84%43.33%-
HSV(B)221.3º51.68%58.43%-
XYZ12.2811.9130.09-
YUV94.87158.55111.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=22.71%
G=30.28%
B=47.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72961490.520.3600.42221.334.8443.33
Hex486095342402Add232b
Octal11014022564440523354353
Binary1001000110000010010101110100100100010101011011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486095; }

 p { color: rgb(72,96,149); }

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

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

 a { background-color: rgb(72,96,149); }

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

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

 span { border-color: rgb(72,96,149); }

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