#49799E

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

Shades of San Marino #49799E

Tints of San Marino #49799E

Color information

#49799E (or 0x49799E) is unknown color: approx San Marino. HEX triplet: 49, 79 and 9E. RGB value is (73,121,158). Sum of RGB (Red+Green+Blue) = 73+121+158=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #49799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49799E is #B68661. Grayscale: #6E6E6E. Windows color (decimal): -11961954 or 10385737. OLE color: 10385737.

HSL color Cylindrical-coordinate representation of color #49799E: hue angle of 206.12º 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 #49799E is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73121158-
CMYK0.540.2300.38
HSL206.12º36.8%45.29%-
HSV(B)206.12º53.8%61.96%-
XYZ15.7617.5634.91-
YUV110.87154.6100.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=20.74%
G=34.38%
B=44.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731211580.540.2300.38206.1236.845.29
Hex49799E3617026ce252d
Octal11117123666270463164555
Binary100100111110011001111011011010111010011011001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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