#486CA5

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

Shades of San Marino #486CA5

Tints of San Marino #486CA5

Color information

#486CA5 (or 0x486CA5) is unknown color: approx San Marino. HEX triplet: 48, 6C and A5. RGB value is (72,108,165). Sum of RGB (Red+Green+Blue) = 72+108+165=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #486CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CA5 is #B7935A. Grayscale: #676767. Windows color (decimal): -12030811 or 10841160. OLE color: 10841160.

HSL color Cylindrical-coordinate representation of color #486CA5: hue angle of 216.77º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #486CA5 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB72108165-
CMYK0.560.3500.35
HSL216.77º39.24%46.47%-
HSV(B)216.77º56.36%64.71%-
XYZ14.8314.8237.68-
YUV103.73162.57105.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=20.87%
G=31.30%
B=47.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721081650.560.3500.35216.7739.2446.47
Hex486CA53823023d9272e
Octal11015424570430433314756
Binary1001000110110010100101111000100011010001111011001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,165); }

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

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

 a { background-color: rgb(72,108,165); }

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

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

 span { border-color: rgb(72,108,165); }

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