#486EAE

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

Shades of San Marino #486EAE

Tints of San Marino #486EAE

Color information

#486EAE (or 0x486EAE) is unknown color: approx San Marino. HEX triplet: 48, 6E and AE. RGB value is (72,110,174). Sum of RGB (Red+Green+Blue) = 72+110+174=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #486EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486EAE is #B79151. Grayscale: #696969. Windows color (decimal): -12030290 or 11431496. OLE color: 11431496.

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

Color convert

RGB72110174-
CMYK0.590.3700.32
HSL217.65º41.46%48.24%-
HSV(B)217.65º58.62%68.24%-
XYZ15.8915.5942.22-
YUV105.93166.41103.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=20.22%
G=30.90%
B=48.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721101740.590.3700.32217.6541.4648.24
Hex486EAE3B25020da2930
Octal11015625673450403325160
Binary1001000110111010101110111011100101010000011011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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