#49808A

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

Shades of Paradiso #49808A

Tints of Paradiso #49808A

Color information

#49808A (or 0x49808A) is unknown color: approx Paradiso. HEX triplet: 49, 80 and 8A. RGB value is (73,128,138). Sum of RGB (Red+Green+Blue) = 73+128+138=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #49808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49808A is #B67F75. Grayscale: #707070. Windows color (decimal): -11960182 or 9076809. OLE color: 9076809.

HSL color Cylindrical-coordinate representation of color #49808A: hue angle of 189.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49808A is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73128138-
CMYK0.470.0700.46
HSL189.23º30.81%41.37%-
HSV(B)189.23º47.1%54.12%-
XYZ15.0518.6926.86-
YUV112.7142.2899.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=21.53%
G=37.76%
B=40.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731281380.470.0700.46189.2330.8141.37
Hex49808A2F702Ebd1f29
Octal1112002125770562753751
Binary1001001100000001000101010111111101011101011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49808A; }

 p { color: rgb(73,128,138); }

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

<style>
 a { background-color: #49808A; }

 a { background-color: rgb(73,128,138); }

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

<style>
 span { border-color: #49808A; }

 span { border-color: rgb(73,128,138); }

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