#49858E

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

Shades of Paradiso #49858E

Tints of Paradiso #49858E

Color information

#49858E (or 0x49858E) is unknown color: approx Paradiso. HEX triplet: 49, 85 and 8E. RGB value is (73,133,142). Sum of RGB (Red+Green+Blue) = 73+133+142=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #49858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49858E is #B67A71. Grayscale: #737373. Windows color (decimal): -11958898 or 9340233. OLE color: 9340233.

HSL color Cylindrical-coordinate representation of color #49858E: hue angle of 187.83º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49858E is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73133142-
CMYK0.490.0600.44
HSL187.83º32.09%42.16%-
HSV(B)187.83º48.59%55.69%-
XYZ16.0220.1428.64-
YUV116.09142.6297.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=20.98%
G=38.22%
B=40.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731331420.490.0600.44187.8332.0942.16
Hex49858E31602Cbc202a
Octal1112052166160542744052
Binary10010011000010110001110110001110010110010111100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49858E; }

 p { color: rgb(73,133,142); }

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

<style>
 a { background-color: #49858E; }

 a { background-color: rgb(73,133,142); }

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

<style>
 span { border-color: #49858E; }

 span { border-color: rgb(73,133,142); }

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