#49888C

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

Shades of Paradiso #49888C

Tints of Paradiso #49888C

Color information

#49888C (or 0x49888C) is unknown color: approx Paradiso. HEX triplet: 49, 88 and 8C. RGB value is (73,136,140). Sum of RGB (Red+Green+Blue) = 73+136+140=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #49888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49888C is #B67773. Grayscale: #757575. Windows color (decimal): -11958132 or 9209929. OLE color: 9209929.

HSL color Cylindrical-coordinate representation of color #49888C: hue angle of 183.58º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49888C is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73136140-
CMYK0.480.0300.45
HSL183.58º31.46%41.76%-
HSV(B)183.58º47.86%54.9%-
XYZ16.2920.9227.99-
YUV117.62140.6396.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=20.92%
G=38.97%
B=40.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731361400.480.0300.45183.5831.4641.76
Hex49888C30302Db81f2a
Octal1112102146030552703752
Binary100100110001000100011001100001101011011011100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,136,140); }

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

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

 a { background-color: rgb(73,136,140); }

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

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

 span { border-color: rgb(73,136,140); }

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