#49689C

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

Shades of San Marino #49689C

Tints of San Marino #49689C

Color information

#49689C (or 0x49689C) is unknown color: approx San Marino. HEX triplet: 49, 68 and 9C. RGB value is (73,104,156). Sum of RGB (Red+Green+Blue) = 73+104+156=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #49689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689C is #B69763. Grayscale: #646464. Windows color (decimal): -11966308 or 10250313. OLE color: 10250313.

HSL color Cylindrical-coordinate representation of color #49689C: hue angle of 217.59º 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 #49689C is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73104156-
CMYK0.530.3300.39
HSL217.59º36.24%44.9%-
HSV(B)217.59º53.21%61.18%-
XYZ13.713.7233.38-
YUV100.66159.23108.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=21.92%
G=31.23%
B=46.85%

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
Decimal731041560.530.3300.39217.5936.2444.9
Hex49689C3521027da242d
Octal11115023465410473324455
Binary1001001110100010011100110101100001010011111011010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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