#486AAA

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

Shades of Mariner #486AAA

Tints of Mariner #486AAA

Color information

#486AAA (or 0x486AAA) is unknown color: approx Mariner. HEX triplet: 48, 6A and AA. RGB value is (72,106,170). Sum of RGB (Red+Green+Blue) = 72+106+170=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #486AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAA is #B79555. Grayscale: #666666. Windows color (decimal): -12031318 or 11168328. OLE color: 11168328.

HSL color Cylindrical-coordinate representation of color #486AAA: hue angle of 219.18º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486AAA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72106170-
CMYK0.580.3800.33
HSL219.18º40.5%47.45%-
HSV(B)219.18º57.65%66.67%-
XYZ15.0814.5940.05-
YUV103.13165.74105.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=20.69%
G=30.46%
B=48.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721061700.580.3800.33219.1840.547.45
Hex486AAA3A26021db282f
Octal11015225272460413335057
Binary1001000110101010101010111010100110010000111011011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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