#485D90

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

Shades of Mariner #485D90

Tints of Mariner #485D90

Color information

#485D90 (or 0x485D90) is unknown color: approx Mariner. HEX triplet: 48, 5D and 90. RGB value is (72,93,144). Sum of RGB (Red+Green+Blue) = 72+93+144=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #485D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D90 is #B7A26F. Grayscale: #5C5C5C. Windows color (decimal): -12034672 or 9461064. OLE color: 9461064.

HSL color Cylindrical-coordinate representation of color #485D90: hue angle of 222.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485D90 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7293144-
CMYK0.500.3500.44
HSL222.5º33.33%42.35%-
HSV(B)222.5º50%56.47%-
XYZ11.6211.2227.94-
YUV92.54157.04113.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=23.30%
G=30.10%
B=46.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72931440.500.3500.44222.533.3342.35
Hex485D90322302Cde212a
Octal11013522062430543364152
Binary1001000101110110010000110010100011010110011011110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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