#486599

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

Shades of Mariner #486599

Tints of Mariner #486599

Color information

#486599 (or 0x486599) is unknown color: approx Mariner. HEX triplet: 48, 65 and 99. RGB value is (72,101,153). Sum of RGB (Red+Green+Blue) = 72+101+153=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #486599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486599 is #B79A66. Grayscale: #626262. Windows color (decimal): -12032615 or 10052936. OLE color: 10052936.

HSL color Cylindrical-coordinate representation of color #486599: hue angle of 218.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486599 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72101153-
CMYK0.530.3400.4
HSL218.52º36%44.12%-
HSV(B)218.52º52.94%60%-
XYZ13.0812.9831.95-
YUV98.26158.89109.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=22.09%
G=30.98%
B=46.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721011530.530.3400.4218.523644.12
Hex4865993522028db242c
Octal11014523165420503334454
Binary1001000110010110011001110101100010010100011011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486599; }

 p { color: rgb(72,101,153); }

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

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

 a { background-color: rgb(72,101,153); }

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

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

 span { border-color: rgb(72,101,153); }

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