#485B98

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

Shades of Mariner #485B98

Tints of Mariner #485B98

Color information

#485B98 (or 0x485B98) is unknown color: approx Mariner. HEX triplet: 48, 5B and 98. RGB value is (72,91,152). Sum of RGB (Red+Green+Blue) = 72+91+152=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #485B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485B98 is #B7A467. Grayscale: #5C5C5C. Windows color (decimal): -12035176 or 9984840. OLE color: 9984840.

HSL color Cylindrical-coordinate representation of color #485B98: hue angle of 225.75º 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 #485B98 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7291152-
CMYK0.530.4000.40
HSL225.75º35.71%43.92%-
HSV(B)225.75º52.63%59.61%-
XYZ12.0811.1331.22-
YUV92.27161.71113.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=22.86%
G=28.89%
B=48.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72911520.530.4000.40225.7535.7143.92
Hex485B983528028e2242c
Octal11013323065500503424454
Binary1001000101101110011000110101101000010100011100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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