#49799F

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

Shades of San Marino #49799F

Tints of San Marino #49799F

Color information

#49799F (or 0x49799F) is unknown color: approx San Marino. HEX triplet: 49, 79 and 9F. RGB value is (73,121,159). Sum of RGB (Red+Green+Blue) = 73+121+159=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #49799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49799F is #B68660. Grayscale: #6E6E6E. Windows color (decimal): -11961953 or 10451273. OLE color: 10451273.

HSL color Cylindrical-coordinate representation of color #49799F: hue angle of 206.51º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49799F is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73121159-
CMYK0.540.2400.38
HSL206.51º37.07%45.49%-
HSV(B)206.51º54.09%62.35%-
XYZ15.8417.5935.36-
YUV110.98155.1100.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=20.68%
G=34.28%
B=45.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731211590.540.2400.38206.5137.0745.49
Hex49799F3618026cf252d
Octal11117123766300463174555
Binary100100111110011001111111011011000010011011001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49799F; }

 p { color: rgb(73,121,159); }

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

<style>
 a { background-color: #49799F; }

 a { background-color: rgb(73,121,159); }

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

<style>
 span { border-color: #49799F; }

 span { border-color: rgb(73,121,159); }

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