#49898A

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

Shades of Paradiso #49898A

Tints of Paradiso #49898A

Color information

#49898A (or 0x49898A) is unknown color: approx Paradiso. HEX triplet: 49, 89 and 8A. RGB value is (73,137,138). Sum of RGB (Red+Green+Blue) = 73+137+138=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #49898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49898A is #B67675. Grayscale: #757575. Windows color (decimal): -11957878 or 9079113. OLE color: 9079113.

HSL color Cylindrical-coordinate representation of color #49898A: hue angle of 180.92º 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 #49898A is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73137138-
CMYK0.470.0100.46
HSL180.92º30.81%41.37%-
HSV(B)180.92º47.1%54.12%-
XYZ16.2821.1427.27-
YUV117.98139.395.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=20.98%
G=39.37%
B=39.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371380.470.0100.46180.9230.8141.37
Hex49898A2F102Eb51f29
Octal1112112125710562653751
Binary10010011000100110001010101111101011101011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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