#486DA0

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

Shades of San Marino #486DA0

Tints of San Marino #486DA0

Color information

#486DA0 (or 0x486DA0) is unknown color: approx San Marino. HEX triplet: 48, 6D and A0. RGB value is (72,109,160). Sum of RGB (Red+Green+Blue) = 72+109+160=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #486DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DA0 is #B7925F. Grayscale: #676767. Windows color (decimal): -12030560 or 10513736. OLE color: 10513736.

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

Color convert

RGB72109160-
CMYK0.550.3200.37
HSL214.77º37.93%45.49%-
HSV(B)214.77º55%62.75%-
XYZ14.4914.8535.36-
YUV103.75159.74105.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=21.11%
G=31.96%
B=46.92%

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
Decimal721091600.550.3200.37214.7737.9345.49
Hex486DA03720025d7262d
Octal11015524067400453274655
Binary1001000110110110100000110111100000010010111010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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