#49689B

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

Shades of San Marino #49689B

Tints of San Marino #49689B

Color information

#49689B (or 0x49689B) is unknown color: approx San Marino. HEX triplet: 49, 68 and 9B. RGB value is (73,104,155). Sum of RGB (Red+Green+Blue) = 73+104+155=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #49689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689B is #B69764. Grayscale: #646464. Windows color (decimal): -11966309 or 10184777. OLE color: 10184777.

HSL color Cylindrical-coordinate representation of color #49689B: hue angle of 217.32º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49689B is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73104155-
CMYK0.530.3300.39
HSL217.32º35.96%44.71%-
HSV(B)217.32º52.9%60.78%-
XYZ13.6113.6832.93-
YUV100.54158.73108.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=21.99%
G=31.33%
B=46.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731041550.530.3300.39217.3235.9644.71
Hex49689B3521027d9242d
Octal11115023365410473314455
Binary1001001110100010011011110101100001010011111011001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49689B; }

 p { color: rgb(73,104,155); }

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

<style>
 a { background-color: #49689B; }

 a { background-color: rgb(73,104,155); }

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

<style>
 span { border-color: #49689B; }

 span { border-color: rgb(73,104,155); }

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