#485F95

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

Shades of Mariner #485F95

Tints of Mariner #485F95

Color information

#485F95 (or 0x485F95) is unknown color: approx Mariner. HEX triplet: 48, 5F and 95. RGB value is (72,95,149). Sum of RGB (Red+Green+Blue) = 72+95+149=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #485F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F95 is #B7A06A. Grayscale: #5E5E5E. Windows color (decimal): -12034155 or 9789256. OLE color: 9789256.

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

Color convert

RGB7295149-
CMYK0.520.3600.42
HSL222.08º34.84%43.33%-
HSV(B)222.08º51.68%58.43%-
XYZ12.1911.7330.06-
YUV94.28158.88112.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=22.78%
G=30.06%
B=47.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72951490.520.3600.42222.0834.8443.33
Hex485F95342402Ade232b
Octal11013722564440523364353
Binary1001000101111110010101110100100100010101011011110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,149); }

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

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

 a { background-color: rgb(72,95,149); }

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

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

 span { border-color: rgb(72,95,149); }

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