#486395

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

Shades of Mariner #486395

Tints of Mariner #486395

Color information

#486395 (or 0x486395) is unknown color: approx Mariner. HEX triplet: 48, 63 and 95. RGB value is (72,99,149). Sum of RGB (Red+Green+Blue) = 72+99+149=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #486395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486395 is #B79C6A. Grayscale: #606060. Windows color (decimal): -12033131 or 9790280. OLE color: 9790280.

HSL color Cylindrical-coordinate representation of color #486395: hue angle of 218.96º 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 #486395 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7299149-
CMYK0.520.3400.42
HSL218.96º34.84%43.33%-
HSV(B)218.96º51.68%58.43%-
XYZ12.5612.4730.18-
YUV96.63157.55110.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=22.5%
G=30.94%
B=46.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72991490.520.3400.42218.9634.8443.33
Hex486395342202Adb232b
Octal11014322564420523334353
Binary1001000110001110010101110100100010010101011011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486395; }

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

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

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

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

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

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

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

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