#49787E

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

Shades of Paradiso #49787E

Tints of Paradiso #49787E

Color information

#49787E (or 0x49787E) is unknown color: approx Paradiso. HEX triplet: 49, 78 and 7E. RGB value is (73,120,126). Sum of RGB (Red+Green+Blue) = 73+120+126=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #49787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49787E is #B68781. Grayscale: #6A6A6A. Windows color (decimal): -11962242 or 8288329. OLE color: 8288329.

HSL color Cylindrical-coordinate representation of color #49787E: hue angle of 186.79º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49787E is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73120126-
CMYK0.420.0500.51
HSL186.79º26.63%39.02%-
HSV(B)186.79º42.06%49.41%-
XYZ13.2316.3622.2-
YUV106.63138.93104.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=22.88%
G=37.62%
B=39.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731201260.420.0500.51186.7926.6339.02
Hex49787E2A5033bb1b27
Octal1111701765250632733347
Binary10010011111000111111010101010101100111011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,120,126); }

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

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

 a { background-color: rgb(73,120,126); }

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

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

 span { border-color: rgb(73,120,126); }

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