#486AB5

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

Shades of Mariner #486AB5

Tints of Mariner #486AB5

Color information

#486AB5 (or 0x486AB5) is unknown color: approx Mariner. HEX triplet: 48, 6A and B5. RGB value is (72,106,181). Sum of RGB (Red+Green+Blue) = 72+106+181=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #486AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AB5 is #B7954A. Grayscale: #686868. Windows color (decimal): -12031307 or 11889224. OLE color: 11889224.

HSL color Cylindrical-coordinate representation of color #486AB5: hue angle of 221.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486AB5 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72106181-
CMYK0.600.4100.29
HSL221.28º43.08%49.61%-
HSV(B)221.28º60.22%70.98%-
XYZ16.1715.0245.76-
YUV104.38171.24104.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 181 (71.09% from 255) = 50.42%
R=20.06%
G=29.53%
B=50.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721061810.600.4100.29221.2843.0849.61
Hex486AB53C2901Ddd2b32
Octal11015226574510353355362
Binary100100011010101011010111110010100101110111011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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