#485DAB

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

Shades of Mariner #485DAB

Tints of Mariner #485DAB

Color information

#485DAB (or 0x485DAB) is unknown color: approx Mariner. HEX triplet: 48, 5D and AB. RGB value is (72,93,171). Sum of RGB (Red+Green+Blue) = 72+93+171=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #485DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485DAB is #B7A254. Grayscale: #5F5F5F. Windows color (decimal): -12034645 or 11230536. OLE color: 11230536.

HSL color Cylindrical-coordinate representation of color #485DAB: hue angle of 227.27º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485DAB is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7293171-
CMYK0.580.4600.33
HSL227.27º40.74%47.65%-
HSV(B)227.27º57.89%67.06%-
XYZ13.9412.1540.14-
YUV95.61170.54111.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=21.43%
G=27.68%
B=50.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72931710.580.4600.33227.2740.7447.65
Hex485DAB3A2E021e32930
Octal11013525372560413435160
Binary1001000101110110101011111010101110010000111100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,93,171); }

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

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

 a { background-color: rgb(72,93,171); }

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

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

 span { border-color: rgb(72,93,171); }

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