#485C93

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

Shades of Mariner #485C93

Tints of Mariner #485C93

Color information

#485C93 (or 0x485C93) is unknown color: approx Mariner. HEX triplet: 48, 5C and 93. RGB value is (72,92,147). Sum of RGB (Red+Green+Blue) = 72+92+147=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #485C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C93 is #B7A36C. Grayscale: #5C5C5C. Windows color (decimal): -12034925 or 9657416. OLE color: 9657416.

HSL color Cylindrical-coordinate representation of color #485C93: hue angle of 224º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485C93 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7292147-
CMYK0.510.3700.42
HSL224º34.25%42.94%-
HSV(B)224º51.02%57.65%-
XYZ11.7711.1429.13-
YUV92.29158.87113.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=23.15%
G=29.58%
B=47.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72921470.510.3700.4222434.2542.94
Hex485C93332502Ae0222b
Octal11013422363450523404253
Binary1001000101110010010011110011100101010101011100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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