#486DAC

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

Shades of San Marino #486DAC

Tints of San Marino #486DAC

Color information

#486DAC (or 0x486DAC) is unknown color: approx San Marino. HEX triplet: 48, 6D and AC. RGB value is (72,109,172). Sum of RGB (Red+Green+Blue) = 72+109+172=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #486DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DAC is #B79253. Grayscale: #686868. Windows color (decimal): -12030548 or 11300168. OLE color: 11300168.

HSL color Cylindrical-coordinate representation of color #486DAC: hue angle of 217.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486DAC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72109172-
CMYK0.580.3700.33
HSL217.8º40.98%47.84%-
HSV(B)217.8º58.14%67.45%-
XYZ15.5915.2941.16-
YUV105.12165.74104.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=20.40%
G=30.88%
B=48.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721091720.580.3700.33217.840.9847.84
Hex486DAC3A25021da2930
Octal11015525472450413325160
Binary1001000110110110101100111010100101010000111011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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