#49828A

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

Shades of Paradiso #49828A

Tints of Paradiso #49828A

Color information

#49828A (or 0x49828A) is unknown color: approx Paradiso. HEX triplet: 49, 82 and 8A. RGB value is (73,130,138). Sum of RGB (Red+Green+Blue) = 73+130+138=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #49828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49828A is #B67D75. Grayscale: #717171. Windows color (decimal): -11959670 or 9077321. OLE color: 9077321.

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

Color convert

RGB73130138-
CMYK0.470.0600.46
HSL187.38º30.81%41.37%-
HSV(B)187.38º47.1%54.12%-
XYZ15.3219.2226.95-
YUV113.87141.6298.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=21.41%
G=38.12%
B=40.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731301380.470.0600.46187.3830.8141.37
Hex49828A2F602Ebb1f29
Octal1112022125760562733751
Binary1001001100000101000101010111111001011101011101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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