#485FAD

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

Shades of Mariner #485FAD

Tints of Mariner #485FAD

Color information

#485FAD (or 0x485FAD) is unknown color: approx Mariner. HEX triplet: 48, 5F and AD. RGB value is (72,95,173). Sum of RGB (Red+Green+Blue) = 72+95+173=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #485FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAD is #B7A052. Grayscale: #606060. Windows color (decimal): -12034131 or 11362120. OLE color: 11362120.

HSL color Cylindrical-coordinate representation of color #485FAD: hue angle of 226.34º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485FAD is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7295173-
CMYK0.580.4500.32
HSL226.34º41.22%48.04%-
HSV(B)226.34º58.38%67.84%-
XYZ14.3112.5841.21-
YUV97.01170.88110.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=21.18%
G=27.94%
B=50.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72951730.580.4500.32226.3441.2248.04
Hex485FAD3A2D020e22930
Octal11013725572550403425160
Binary1001000101111110101101111010101101010000011100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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