#485FAC

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

Shades of Mariner #485FAC

Tints of Mariner #485FAC

Color information

#485FAC (or 0x485FAC) is unknown color: approx Mariner. HEX triplet: 48, 5F and AC. RGB value is (72,95,172). Sum of RGB (Red+Green+Blue) = 72+95+172=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #485FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FAC is #B7A053. Grayscale: #606060. Windows color (decimal): -12034132 or 11296584. OLE color: 11296584.

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

Color convert

RGB7295172-
CMYK0.580.4500.33
HSL226.2º40.98%47.84%-
HSV(B)226.2º58.14%67.45%-
XYZ14.2112.5440.7-
YUV96.9170.38110.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=21.24%
G=28.02%
B=50.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72951720.580.4500.33226.240.9847.84
Hex485FAC3A2D021e22930
Octal11013725472550413425160
Binary1001000101111110101100111010101101010000111100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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