#485D98

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

Shades of Mariner #485D98

Tints of Mariner #485D98

Color information

#485D98 (or 0x485D98) is unknown color: approx Mariner. HEX triplet: 48, 5D and 98. RGB value is (72,93,152). Sum of RGB (Red+Green+Blue) = 72+93+152=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #485D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D98 is #B7A267. Grayscale: #5D5D5D. Windows color (decimal): -12034664 or 9985352. OLE color: 9985352.

HSL color Cylindrical-coordinate representation of color #485D98: hue angle of 224.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485D98 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7293152-
CMYK0.530.3900.40
HSL224.25º35.71%43.92%-
HSV(B)224.25º52.63%59.61%-
XYZ12.2511.4731.27-
YUV93.45161.04112.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=22.71%
G=29.34%
B=47.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72931520.530.3900.40224.2535.7143.92
Hex485D983527028e0242c
Octal11013523065470503404454
Binary1001000101110110011000110101100111010100011100000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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