#485C91

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

Shades of Mariner #485C91

Tints of Mariner #485C91

Color information

#485C91 (or 0x485C91) is unknown color: approx Mariner. HEX triplet: 48, 5C and 91. RGB value is (72,92,145). Sum of RGB (Red+Green+Blue) = 72+92+145=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #485C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C91 is #B7A36E. Grayscale: #5B5B5B. Windows color (decimal): -12034927 or 9526344. OLE color: 9526344.

HSL color Cylindrical-coordinate representation of color #485C91: hue angle of 223.56º 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 #485C91 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7292145-
CMYK0.500.3700.43
HSL223.56º33.64%42.55%-
HSV(B)223.56º50.34%56.86%-
XYZ11.6111.0828.31-
YUV92.06157.87113.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=23.30%
G=29.77%
B=46.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72921450.500.3700.43223.5633.6442.55
Hex485C91322502Be0222b
Octal11013422162450533404253
Binary1001000101110010010001110010100101010101111100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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