#49848D

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

Shades of Paradiso #49848D

Tints of Paradiso #49848D

Color information

#49848D (or 0x49848D) is unknown color: approx Paradiso. HEX triplet: 49, 84 and 8D. RGB value is (73,132,141). Sum of RGB (Red+Green+Blue) = 73+132+141=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #49848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49848D is #B67B72. Grayscale: #737373. Windows color (decimal): -11959155 or 9274441. OLE color: 9274441.

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

Color convert

RGB73132141-
CMYK0.480.0600.45
HSL187.94º31.78%41.96%-
HSV(B)187.94º48.23%55.29%-
XYZ15.8119.8428.2-
YUV115.38142.4597.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=21.10%
G=38.15%
B=40.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731321410.480.0600.45187.9431.7841.96
Hex49848D30602Dbc202a
Octal1112042156060552744052
Binary10010011000010010001101110000110010110110111100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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