#49699C

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

Shades of San Marino #49699C

Tints of San Marino #49699C

Color information

#49699C (or 0x49699C) is unknown color: approx San Marino. HEX triplet: 49, 69 and 9C. RGB value is (73,105,156). Sum of RGB (Red+Green+Blue) = 73+105+156=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #49699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699C is #B69663. Grayscale: #656565. Windows color (decimal): -11966052 or 10250569. OLE color: 10250569.

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

Color convert

RGB73105156-
CMYK0.530.3300.39
HSL216.87º36.24%44.9%-
HSV(B)216.87º53.21%61.18%-
XYZ13.813.9233.41-
YUV101.25158.9107.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=21.86%
G=31.44%
B=46.71%

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
Decimal731051560.530.3300.39216.8736.2444.9
Hex49699C3521027d9242d
Octal11115123465410473314455
Binary1001001110100110011100110101100001010011111011001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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