#485F96

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

Shades of Mariner #485F96

Tints of Mariner #485F96

Color information

#485F96 (or 0x485F96) is unknown color: approx Mariner. HEX triplet: 48, 5F and 96. RGB value is (72,95,150). Sum of RGB (Red+Green+Blue) = 72+95+150=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #485F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F96 is #B7A069. Grayscale: #5E5E5E. Windows color (decimal): -12034154 or 9854792. OLE color: 9854792.

HSL color Cylindrical-coordinate representation of color #485F96: hue angle of 222.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485F96 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7295150-
CMYK0.520.3700.41
HSL222.31º35.14%43.53%-
HSV(B)222.31º52%58.82%-
XYZ12.2711.7630.48-
YUV94.39159.38112.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=22.71%
G=29.97%
B=47.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72951500.520.3700.41222.3135.1443.53
Hex485F963425029de232c
Octal11013722664450513364354
Binary1001000101111110010110110100100101010100111011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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