#49818D

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

Shades of Paradiso #49818D

Tints of Paradiso #49818D

Color information

#49818D (or 0x49818D) is unknown color: approx Paradiso. HEX triplet: 49, 81 and 8D. RGB value is (73,129,141). Sum of RGB (Red+Green+Blue) = 73+129+141=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #49818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49818D is #B67E72. Grayscale: #717171. Windows color (decimal): -11959923 or 9273673. OLE color: 9273673.

HSL color Cylindrical-coordinate representation of color #49818D: hue angle of 190.59º degrees, saturation: 0.32, 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 #49818D is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73129141-
CMYK0.480.0900.45
HSL190.59º31.78%41.96%-
HSV(B)190.59º48.23%55.29%-
XYZ15.4119.0428.06-
YUV113.62143.4599.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=21.28%
G=37.61%
B=41.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731291410.480.0900.45190.5931.7841.96
Hex49818D30902Dbf202a
Octal11120121560110552774052
Binary100100110000001100011011100001001010110110111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,129,141); }

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

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

 a { background-color: rgb(73,129,141); }

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

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

 span { border-color: rgb(73,129,141); }

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