#486EAA

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

Shades of San Marino #486EAA

Tints of San Marino #486EAA

Color information

#486EAA (or 0x486EAA) is unknown color: approx San Marino. HEX triplet: 48, 6E and AA. RGB value is (72,110,170). Sum of RGB (Red+Green+Blue) = 72+110+170=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #486EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486EAA is #B79155. Grayscale: #696969. Windows color (decimal): -12030294 or 11169352. OLE color: 11169352.

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

Color convert

RGB72110170-
CMYK0.580.3500.33
HSL216.73º40.5%47.45%-
HSV(B)216.73º57.65%66.67%-
XYZ15.515.4340.19-
YUV105.48164.41104.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=20.45%
G=31.25%
B=48.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721101700.580.3500.33216.7340.547.45
Hex486EAA3A23021d9282f
Octal11015625272430413315057
Binary1001000110111010101010111010100011010000111011001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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