#486AA9

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

Shades of Mariner #486AA9

Tints of Mariner #486AA9

Color information

#486AA9 (or 0x486AA9) is unknown color: approx Mariner. HEX triplet: 48, 6A and A9. RGB value is (72,106,169). Sum of RGB (Red+Green+Blue) = 72+106+169=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #486AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AA9 is #B79556. Grayscale: #666666. Windows color (decimal): -12031319 or 11102792. OLE color: 11102792.

HSL color Cylindrical-coordinate representation of color #486AA9: hue angle of 218.97º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486AA9 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB72106169-
CMYK0.570.3700.34
HSL218.97º40.25%47.25%-
HSV(B)218.97º57.4%66.27%-
XYZ14.9914.5539.55-
YUV103.02165.24105.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 169 (66.41% from 255) = 48.70%
R=20.75%
G=30.55%
B=48.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721061690.570.3700.34218.9740.2547.25
Hex486AA93925022db282f
Octal11015225171450423335057
Binary1001000110101010101001111001100101010001011011011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486AA9; }

 p { color: rgb(72,106,169); }

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

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

 a { background-color: rgb(72,106,169); }

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

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

 span { border-color: rgb(72,106,169); }

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