#485CAF

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

Shades of Mariner #485CAF

Tints of Mariner #485CAF

Color information

#485CAF (or 0x485CAF) is unknown color: approx Mariner. HEX triplet: 48, 5C and AF. RGB value is (72,92,175). Sum of RGB (Red+Green+Blue) = 72+92+175=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #485CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485CAF is #B7A350. Grayscale: #5F5F5F. Windows color (decimal): -12034897 or 11492424. OLE color: 11492424.

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

Color convert

RGB7292175-
CMYK0.590.4700.31
HSL228.35º41.7%48.43%-
HSV(B)228.35º58.86%68.63%-
XYZ14.2412.1342.15-
YUV95.48172.87111.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=21.24%
G=27.14%
B=51.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72921750.590.4700.31228.3541.748.43
Hex485CAF3B2F01Fe42a30
Octal11013425773570373445260
Binary100100010111001010111111101110111101111111100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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