#486AAF

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

Shades of Mariner #486AAF

Tints of Mariner #486AAF

Color information

#486AAF (or 0x486AAF) is unknown color: approx Mariner. HEX triplet: 48, 6A and AF. RGB value is (72,106,175). Sum of RGB (Red+Green+Blue) = 72+106+175=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #486AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAF is #B79550. Grayscale: #676767. Windows color (decimal): -12031313 or 11496008. OLE color: 11496008.

HSL color Cylindrical-coordinate representation of color #486AAF: hue angle of 220.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486AAF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72106175-
CMYK0.590.3900.31
HSL220.19º41.7%48.43%-
HSV(B)220.19º58.86%68.63%-
XYZ15.5614.7842.59-
YUV103.7168.24105.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=20.40%
G=30.03%
B=49.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721061750.590.3900.31220.1941.748.43
Hex486AAF3B2701Fdc2a30
Octal11015225773470373345260
Binary100100011010101010111111101110011101111111011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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