#49838B

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

Shades of Paradiso #49838B

Tints of Paradiso #49838B

Color information

#49838B (or 0x49838B) is unknown color: approx Paradiso. HEX triplet: 49, 83 and 8B. RGB value is (73,131,139). Sum of RGB (Red+Green+Blue) = 73+131+139=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #49838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49838B is #B67C74. Grayscale: #727272. Windows color (decimal): -11959413 or 9143113. OLE color: 9143113.

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

Color convert

RGB73131139-
CMYK0.470.0600.45
HSL187.27º31.13%41.57%-
HSV(B)187.27º47.48%54.51%-
XYZ15.5219.5127.37-
YUV114.57141.7898.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=21.28%
G=38.19%
B=40.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731311390.470.0600.45187.2731.1341.57
Hex49838B2F602Dbb1f2a
Octal1112032135760552733752
Binary1001001100000111000101110111111001011011011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49838B; }

 p { color: rgb(73,131,139); }

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

<style>
 a { background-color: #49838B; }

 a { background-color: rgb(73,131,139); }

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

<style>
 span { border-color: #49838B; }

 span { border-color: rgb(73,131,139); }

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