#485FA1

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

Shades of Mariner #485FA1

Tints of Mariner #485FA1

Color information

#485FA1 (or 0x485FA1) is unknown color: approx Mariner. HEX triplet: 48, 5F and A1. RGB value is (72,95,161). Sum of RGB (Red+Green+Blue) = 72+95+161=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #485FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FA1 is #B7A05E. Grayscale: #5F5F5F. Windows color (decimal): -12034143 or 10575688. OLE color: 10575688.

HSL color Cylindrical-coordinate representation of color #485FA1: hue angle of 224.49º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485FA1 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7295161-
CMYK0.550.4100.37
HSL224.49º38.2%45.69%-
HSV(B)224.49º55.28%63.14%-
XYZ13.212.1435.36-
YUV95.65164.88111.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 161 (63.28% from 255) = 49.09%
R=21.95%
G=28.96%
B=49.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72951610.550.4100.37224.4938.245.69
Hex485FA13729025e0262e
Octal11013724167510453404656
Binary1001000101111110100001110111101001010010111100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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