#49787D

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

Shades of Paradiso #49787D

Tints of Paradiso #49787D

Color information

#49787D (or 0x49787D) is unknown color: approx Paradiso. HEX triplet: 49, 78 and 7D. RGB value is (73,120,125). Sum of RGB (Red+Green+Blue) = 73+120+125=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #49787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49787D is #B68782. Grayscale: #6A6A6A. Windows color (decimal): -11962243 or 8222793. OLE color: 8222793.

HSL color Cylindrical-coordinate representation of color #49787D: hue angle of 185.77º degrees, saturation: 0.26, 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 #49787D is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73120125-
CMYK0.420.0400.51
HSL185.77º26.26%38.82%-
HSV(B)185.77º41.6%49.02%-
XYZ13.1716.3321.86-
YUV106.52138.43104.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=22.96%
G=37.74%
B=39.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731201250.420.0400.51185.7726.2638.82
Hex49787D2A4033ba1a27
Octal1111701755240632723247
Binary10010011111000111110110101010001100111011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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