#485EAF

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

Shades of Mariner #485EAF

Tints of Mariner #485EAF

Color information

#485EAF (or 0x485EAF) is unknown color: approx Mariner. HEX triplet: 48, 5E and AF. RGB value is (72,94,175). Sum of RGB (Red+Green+Blue) = 72+94+175=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #485EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485EAF is #B7A150. Grayscale: #606060. Windows color (decimal): -12034385 or 11492936. OLE color: 11492936.

HSL color Cylindrical-coordinate representation of color #485EAF: hue angle of 227.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485EAF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7294175-
CMYK0.590.4600.31
HSL227.18º41.7%48.43%-
HSV(B)227.18º58.86%68.63%-
XYZ14.4112.4842.21-
YUV96.66172.21110.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=21.11%
G=27.57%
B=51.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72941750.590.4600.31227.1841.748.43
Hex485EAF3B2E01Fe32a30
Octal11013625773560373435260
Binary100100010111101010111111101110111001111111100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,94,175); }

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

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

 a { background-color: rgb(72,94,175); }

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

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

 span { border-color: rgb(72,94,175); }

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