#485A96

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

Shades of Mariner #485A96

Tints of Mariner #485A96

Color information

#485A96 (or 0x485A96) is unknown color: approx Mariner. HEX triplet: 48, 5A and 96. RGB value is (72,90,150). Sum of RGB (Red+Green+Blue) = 72+90+150=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #485A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A96 is #B7A569. Grayscale: #5B5B5B. Windows color (decimal): -12035434 or 9853512. OLE color: 9853512.

HSL color Cylindrical-coordinate representation of color #485A96: hue angle of 226.15º 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 #485A96 is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7290150-
CMYK0.520.400.41
HSL226.15º35.14%43.53%-
HSV(B)226.15º52%58.82%-
XYZ11.8310.8930.33-
YUV91.46161.04114.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=23.08%
G=28.85%
B=48.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72901500.520.400.41226.1535.1443.53
Hex485A963428029e2232c
Octal11013222664500513424354
Binary1001000101101010010110110100101000010100111100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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