#485A94

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

Shades of Mariner #485A94

Tints of Mariner #485A94

Color information

#485A94 (or 0x485A94) is unknown color: approx Mariner. HEX triplet: 48, 5A and 94. RGB value is (72,90,148). Sum of RGB (Red+Green+Blue) = 72+90+148=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #485A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A94 is #B7A56B. Grayscale: #5A5A5A. Windows color (decimal): -12035436 or 9722440. OLE color: 9722440.

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

Color convert

RGB7290148-
CMYK0.510.3900.42
HSL225.79º34.55%43.14%-
HSV(B)225.79º51.35%58.04%-
XYZ11.6710.8329.49-
YUV91.23160.04114.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=23.23%
G=29.03%
B=47.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72901480.510.3900.42225.7934.5543.14
Hex485A94332702Ae2232b
Octal11013222463470523424353
Binary1001000101101010010100110011100111010101011100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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