#49729C

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

Shades of San Marino #49729C

Tints of San Marino #49729C

Color information

#49729C (or 0x49729C) is unknown color: approx San Marino. HEX triplet: 49, 72 and 9C. RGB value is (73,114,156). Sum of RGB (Red+Green+Blue) = 73+114+156=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #49729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49729C is #B68D63. Grayscale: #6A6A6A. Windows color (decimal): -11963748 or 10252873. OLE color: 10252873.

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

Color convert

RGB73114156-
CMYK0.530.2700.39
HSL210.36º36.24%44.9%-
HSV(B)210.36º53.21%61.18%-
XYZ14.7715.8533.73-
YUV106.53155.92104.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=21.28%
G=33.24%
B=45.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731141560.530.2700.39210.3636.2444.9
Hex49729C351B027d2242d
Octal11116223465330473224455
Binary100100111100101001110011010111011010011111010010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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