#485BA9

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

Shades of Mariner #485BA9

Tints of Mariner #485BA9

Color information

#485BA9 (or 0x485BA9) is unknown color: approx Mariner. HEX triplet: 48, 5B and A9. RGB value is (72,91,169). Sum of RGB (Red+Green+Blue) = 72+91+169=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #485BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BA9 is #B7A456. Grayscale: #5D5D5D. Windows color (decimal): -12035159 or 11098952. OLE color: 11098952.

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

Color convert

RGB7291169-
CMYK0.570.4600.34
HSL228.25º40.25%47.25%-
HSV(B)228.25º57.4%66.27%-
XYZ13.5811.7239.08-
YUV94.21170.21112.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 169 (66.41% from 255) = 50.90%
R=21.69%
G=27.41%
B=50.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72911690.570.4600.34228.2540.2547.25
Hex485BA9392E022e4282f
Octal11013325171560423445057
Binary1001000101101110101001111001101110010001011100100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,169); }

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

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

 a { background-color: rgb(72,91,169); }

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

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

 span { border-color: rgb(72,91,169); }

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