#485CAE

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

Shades of Mariner #485CAE

Tints of Mariner #485CAE

Color information

#485CAE (or 0x485CAE) is unknown color: approx Mariner. HEX triplet: 48, 5C and AE. RGB value is (72,92,174). Sum of RGB (Red+Green+Blue) = 72+92+174=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #485CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485CAE is #B7A351. Grayscale: #5F5F5F. Windows color (decimal): -12034898 or 11426888. OLE color: 11426888.

HSL color Cylindrical-coordinate representation of color #485CAE: hue angle of 228.24º 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 #485CAE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7292174-
CMYK0.590.4700.32
HSL228.24º41.46%48.24%-
HSV(B)228.24º58.62%68.24%-
XYZ14.1412.0941.63-
YUV95.37172.37111.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=21.30%
G=27.22%
B=51.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72921740.590.4700.32228.2441.4648.24
Hex485CAE3B2F020e42930
Octal11013425673570403445160
Binary1001000101110010101110111011101111010000011100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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