#485DA9

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

Shades of Mariner #485DA9

Tints of Mariner #485DA9

Color information

#485DA9 (or 0x485DA9) is unknown color: approx Mariner. HEX triplet: 48, 5D and A9. RGB value is (72,93,169). Sum of RGB (Red+Green+Blue) = 72+93+169=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #485DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DA9 is #B7A256. Grayscale: #5F5F5F. Windows color (decimal): -12034647 or 11099464. OLE color: 11099464.

HSL color Cylindrical-coordinate representation of color #485DA9: hue angle of 227.01º 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 #485DA9 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7293169-
CMYK0.570.4500.34
HSL227.01º40.25%47.25%-
HSV(B)227.01º57.4%66.27%-
XYZ13.7512.0739.14-
YUV95.38169.54111.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=21.56%
G=27.84%
B=50.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72931690.570.4500.34227.0140.2547.25
Hex485DA9392D022e3282f
Octal11013525171550423435057
Binary1001000101110110101001111001101101010001011100011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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