#486A9B

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

Shades of San Marino #486A9B

Tints of San Marino #486A9B

Color information

#486A9B (or 0x486A9B) is unknown color: approx San Marino. HEX triplet: 48, 6A and 9B. RGB value is (72,106,155). Sum of RGB (Red+Green+Blue) = 72+106+155=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #486A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A9B is #B79564. Grayscale: #656565. Windows color (decimal): -12031333 or 10185288. OLE color: 10185288.

HSL color Cylindrical-coordinate representation of color #486A9B: hue angle of 215.42º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #486A9B is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72106155-
CMYK0.540.3200.39
HSL215.42º36.56%44.51%-
HSV(B)215.42º53.55%60.78%-
XYZ13.7414.0533-
YUV101.42158.24107.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=21.62%
G=31.83%
B=46.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721061550.540.3200.39215.4236.5644.51
Hex486A9B3620027d7252d
Octal11015223366400473274555
Binary1001000110101010011011110110100000010011111010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,106,155); }

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

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

 a { background-color: rgb(72,106,155); }

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

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

 span { border-color: rgb(72,106,155); }

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