#486CA9

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

Shades of San Marino #486CA9

Tints of San Marino #486CA9

Color information

#486CA9 (or 0x486CA9) is unknown color: approx San Marino. HEX triplet: 48, 6C and A9. RGB value is (72,108,169). Sum of RGB (Red+Green+Blue) = 72+108+169=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #486CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CA9 is #B79356. Grayscale: #676767. Windows color (decimal): -12030807 or 11103304. OLE color: 11103304.

HSL color Cylindrical-coordinate representation of color #486CA9: hue angle of 217.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486CA9 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB72108169-
CMYK0.570.3600.34
HSL217.73º40.25%47.25%-
HSV(B)217.73º57.4%66.27%-
XYZ15.214.9739.62-
YUV104.19164.57105.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=20.63%
G=30.95%
B=48.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721081690.570.3600.34217.7340.2547.25
Hex486CA93924022da282f
Octal11015425171440423325057
Binary1001000110110010101001111001100100010001011011010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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