#486EA7

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

Shades of San Marino #486EA7

Tints of San Marino #486EA7

Color information

#486EA7 (or 0x486EA7) is unknown color: approx San Marino. HEX triplet: 48, 6E and A7. RGB value is (72,110,167). Sum of RGB (Red+Green+Blue) = 72+110+167=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #486EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486EA7 is #B79158. Grayscale: #686868. Windows color (decimal): -12030297 or 10972744. OLE color: 10972744.

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

Color convert

RGB72110167-
CMYK0.570.3400.35
HSL216º39.75%46.86%-
HSV(B)216º56.89%65.49%-
XYZ15.2215.3238.71-
YUV105.14162.91104.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=20.63%
G=31.52%
B=47.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721101670.570.3400.3521639.7546.86
Hex486EA73922023d8282f
Octal11015624771420433305057
Binary1001000110111010100111111001100010010001111011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,167); }

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

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

 a { background-color: rgb(72,110,167); }

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

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

 span { border-color: rgb(72,110,167); }

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