#485FAE

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

Shades of Mariner #485FAE

Tints of Mariner #485FAE

Color information

#485FAE (or 0x485FAE) is unknown color: approx Mariner. HEX triplet: 48, 5F and AE. RGB value is (72,95,174). Sum of RGB (Red+Green+Blue) = 72+95+174=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #485FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAE is #B7A051. Grayscale: #606060. Windows color (decimal): -12034130 or 11427656. OLE color: 11427656.

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

Color convert

RGB7295174-
CMYK0.590.4500.32
HSL226.47º41.46%48.24%-
HSV(B)226.47º58.62%68.24%-
XYZ14.412.6241.72-
YUV97.13171.38110.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=21.11%
G=27.86%
B=51.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72951740.590.4500.32226.4741.4648.24
Hex485FAE3B2D020e22930
Octal11013725673550403425160
Binary1001000101111110101110111011101101010000011100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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