#486AB1

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

Shades of Mariner #486AB1

Tints of Mariner #486AB1

Color information

#486AB1 (or 0x486AB1) is unknown color: approx Mariner. HEX triplet: 48, 6A and B1. RGB value is (72,106,177). Sum of RGB (Red+Green+Blue) = 72+106+177=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #486AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AB1 is #B7954E. Grayscale: #676767. Windows color (decimal): -12031311 or 11627080. OLE color: 11627080.

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

Color convert

RGB72106177-
CMYK0.590.4000.31
HSL220.57º42.17%48.82%-
HSV(B)220.57º59.32%69.41%-
XYZ15.7614.8643.63-
YUV103.93169.24105.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=20.28%
G=29.86%
B=49.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721061770.590.4000.31220.5742.1748.82
Hex486AB13B2801Fdd2a31
Octal11015226173500373355261
Binary100100011010101011000111101110100001111111011101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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