#485FAB

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

Shades of Mariner #485FAB

Tints of Mariner #485FAB

Color information

#485FAB (or 0x485FAB) is unknown color: approx Mariner. HEX triplet: 48, 5F and AB. RGB value is (72,95,171). Sum of RGB (Red+Green+Blue) = 72+95+171=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #485FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAB is #B7A054. Grayscale: #606060. Windows color (decimal): -12034133 or 11231048. OLE color: 11231048.

HSL color Cylindrical-coordinate representation of color #485FAB: hue angle of 226.06º 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 #485FAB is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7295171-
CMYK0.580.4400.33
HSL226.06º40.74%47.65%-
HSV(B)226.06º57.89%67.06%-
XYZ14.1212.540.2-
YUV96.79169.88110.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=21.30%
G=28.11%
B=50.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72951710.580.4400.33226.0640.7447.65
Hex485FAB3A2C021e22930
Octal11013725372540413425160
Binary1001000101111110101011111010101100010000111100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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