#49749C

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

Shades of San Marino #49749C

Tints of San Marino #49749C

Color information

#49749C (or 0x49749C) is unknown color: approx San Marino. HEX triplet: 49, 74 and 9C. RGB value is (73,116,156). Sum of RGB (Red+Green+Blue) = 73+116+156=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #49749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49749C is #B68B63. Grayscale: #6B6B6B. Windows color (decimal): -11963236 or 10253385. OLE color: 10253385.

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

Color convert

RGB73116156-
CMYK0.530.2600.39
HSL208.92º36.24%44.9%-
HSV(B)208.92º53.21%61.18%-
XYZ14.9916.3133.81-
YUV107.7155.25103.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=21.16%
G=33.62%
B=45.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731161560.530.2600.39208.9236.2444.9
Hex49749C351A027d1242d
Octal11116423465320473214455
Binary100100111101001001110011010111010010011111010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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