#485A91

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

Shades of Mariner #485A91

Tints of Mariner #485A91

Color information

#485A91 (or 0x485A91) is unknown color: approx Mariner. HEX triplet: 48, 5A and 91. RGB value is (72,90,145). Sum of RGB (Red+Green+Blue) = 72+90+145=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #485A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A91 is #B7A56E. Grayscale: #5A5A5A. Windows color (decimal): -12035439 or 9525832. OLE color: 9525832.

HSL color Cylindrical-coordinate representation of color #485A91: hue angle of 225.21º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485A91 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7290145-
CMYK0.500.3800.43
HSL225.21º33.64%42.55%-
HSV(B)225.21º50.34%56.86%-
XYZ11.4410.7328.26-
YUV90.89158.54114.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=23.45%
G=29.32%
B=47.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72901450.500.3800.43225.2133.6442.55
Hex485A91322602Be1222b
Octal11013222162460533414253
Binary1001000101101010010001110010100110010101111100001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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