#486BAA

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

Shades of San Marino #486BAA

Tints of San Marino #486BAA

Color information

#486BAA (or 0x486BAA) is unknown color: approx San Marino. HEX triplet: 48, 6B and AA. RGB value is (72,107,170). Sum of RGB (Red+Green+Blue) = 72+107+170=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #486BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486BAA is #B79455. Grayscale: #676767. Windows color (decimal): -12031062 or 11168584. OLE color: 11168584.

HSL color Cylindrical-coordinate representation of color #486BAA: hue angle of 218.57º 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 #486BAA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72107170-
CMYK0.580.3700.33
HSL218.57º40.5%47.45%-
HSV(B)218.57º57.65%66.67%-
XYZ15.1914.840.09-
YUV103.72165.4105.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=20.63%
G=30.66%
B=48.71%

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
Decimal721071700.580.3700.33218.5740.547.45
Hex486BAA3A25021db282f
Octal11015325272450413335057
Binary1001000110101110101010111010100101010000111011011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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