#485AA6

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

Shades of Mariner #485AA6

Tints of Mariner #485AA6

Color information

#485AA6 (or 0x485AA6) is unknown color: approx Mariner. HEX triplet: 48, 5A and A6. RGB value is (72,90,166). Sum of RGB (Red+Green+Blue) = 72+90+166=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #485AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AA6 is #B7A559. Grayscale: #5C5C5C. Windows color (decimal): -12035418 or 10902088. OLE color: 10902088.

HSL color Cylindrical-coordinate representation of color #485AA6: hue angle of 228.51º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485AA6 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7290166-
CMYK0.570.4600.35
HSL228.51º39.5%46.67%-
HSV(B)228.51º56.63%65.1%-
XYZ13.2111.4437.59-
YUV93.28169.04112.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 166 (65.23% from 255) = 50.61%
R=21.95%
G=27.44%
B=50.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72901660.570.4600.35228.5139.546.67
Hex485AA6392E023e5272f
Octal11013224671560433454757
Binary1001000101101010100110111001101110010001111100101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485AA6; }

 p { color: rgb(72,90,166); }

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

<style>
 a { background-color: #485AA6; }

 a { background-color: rgb(72,90,166); }

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

<style>
 span { border-color: #485AA6; }

 span { border-color: rgb(72,90,166); }

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