#485FA4

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

Shades of Mariner #485FA4

Tints of Mariner #485FA4

Color information

#485FA4 (or 0x485FA4) is unknown color: approx Mariner. HEX triplet: 48, 5F and A4. RGB value is (72,95,164). Sum of RGB (Red+Green+Blue) = 72+95+164=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #485FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FA4 is #B7A05B. Grayscale: #5F5F5F. Windows color (decimal): -12034140 or 10772296. OLE color: 10772296.

HSL color Cylindrical-coordinate representation of color #485FA4: hue angle of 225º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485FA4 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7295164-
CMYK0.560.4200.36
HSL225º38.98%46.27%-
HSV(B)225º56.1%64.31%-
XYZ13.4712.2436.78-
YUV95.99166.38110.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 164 (64.45% from 255) = 49.55%
R=21.75%
G=28.70%
B=49.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72951640.560.4200.3622538.9846.27
Hex485FA4382A024e1272e
Octal11013724470520443414756
Binary1001000101111110100100111000101010010010011100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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