#49679C

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

Shades of San Marino #49679C

Tints of San Marino #49679C

Color information

#49679C (or 0x49679C) is unknown color: approx San Marino. HEX triplet: 49, 67 and 9C. RGB value is (73,103,156). Sum of RGB (Red+Green+Blue) = 73+103+156=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #49679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49679C is #B69863. Grayscale: #636363. Windows color (decimal): -11966564 or 10250057. OLE color: 10250057.

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

Color convert

RGB73103156-
CMYK0.530.3400.39
HSL218.31º36.24%44.9%-
HSV(B)218.31º53.21%61.18%-
XYZ13.613.5233.34-
YUV100.07159.56108.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=21.99%
G=31.02%
B=46.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731031560.530.3400.39218.3136.2444.9
Hex49679C3522027da242d
Octal11114723465420473324455
Binary1001001110011110011100110101100010010011111011010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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