#485BAE

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

Shades of Mariner #485BAE

Tints of Mariner #485BAE

Color information

#485BAE (or 0x485BAE) is unknown color: approx Mariner. HEX triplet: 48, 5B and AE. RGB value is (72,91,174). Sum of RGB (Red+Green+Blue) = 72+91+174=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #485BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAE is #B7A451. Grayscale: #5E5E5E. Windows color (decimal): -12035154 or 11426632. OLE color: 11426632.

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

Color convert

RGB7291174-
CMYK0.590.4800.32
HSL228.82º41.46%48.24%-
HSV(B)228.82º58.62%68.24%-
XYZ14.0511.9241.6-
YUV94.78172.71111.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=21.36%
G=27.00%
B=51.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72911740.590.4800.32228.8241.4648.24
Hex485BAE3B30020e52930
Octal11013325673600403455160
Binary1001000101101110101110111011110000010000011100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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