#486DA1

Color #486DA1 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #486DA1

Tints of San Marino #486DA1

Color information

#486DA1 (or 0x486DA1) is unknown color: approx San Marino. HEX triplet: 48, 6D and A1. RGB value is (72,109,161). Sum of RGB (Red+Green+Blue) = 72+109+161=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #486DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DA1 is #B7925E. Grayscale: #676767. Windows color (decimal): -12030559 or 10579272. OLE color: 10579272.

HSL color Cylindrical-coordinate representation of color #486DA1: hue angle of 215.06º 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 #486DA1 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72109161-
CMYK0.550.3200.37
HSL215.06º38.2%45.69%-
HSV(B)215.06º55.28%63.14%-
XYZ14.5714.8935.82-
YUV103.86160.24105.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 161 (63.28% from 255) = 47.08%
R=21.05%
G=31.87%
B=47.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721091610.550.3200.37215.0638.245.69
Hex486DA13720025d7262e
Octal11015524167400453274656
Binary1001000110110110100001110111100000010010111010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486DA1; }

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

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

<style>
 a { background-color: #486DA1; }

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

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

<style>
 span { border-color: #486DA1; }

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

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