#49709C

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

Shades of San Marino #49709C

Tints of San Marino #49709C

Color information

#49709C (or 0x49709C) is unknown color: approx San Marino. HEX triplet: 49, 70 and 9C. RGB value is (73,112,156). Sum of RGB (Red+Green+Blue) = 73+112+156=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #49709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49709C is #B68F63. Grayscale: #696969. Windows color (decimal): -11964260 or 10252361. OLE color: 10252361.

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

Color convert

RGB73112156-
CMYK0.530.2800.39
HSL211.81º36.24%44.9%-
HSV(B)211.81º53.21%61.18%-
XYZ14.5415.4133.66-
YUV105.35156.58104.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=21.41%
G=32.84%
B=45.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731121560.530.2800.39211.8136.2444.9
Hex49709C351C027d4242d
Octal11116023465340473244455
Binary100100111100001001110011010111100010011111010100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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