#498488

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

Shades of Paradiso #498488

Tints of Paradiso #498488

Color information

#498488 (or 0x498488) is unknown color: approx Paradiso. HEX triplet: 49, 84 and 88. RGB value is (73,132,136). Sum of RGB (Red+Green+Blue) = 73+132+136=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #498488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498488 is #B67B77. Grayscale: #727272. Windows color (decimal): -11959160 or 8946761. OLE color: 8946761.

HSL color Cylindrical-coordinate representation of color #498488: hue angle of 183.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498488 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73132136-
CMYK0.460.0300.47
HSL183.81º30.14%40.98%-
HSV(B)183.81º46.32%53.33%-
XYZ15.4419.726.28-
YUV114.82139.9598.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=21.41%
G=38.71%
B=39.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731321360.460.0300.47183.8130.1440.98
Hex4984882E302Fb81e29
Octal1112042105630572703651
Binary100100110000100100010001011101101011111011100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498488; }

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

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

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

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

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

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

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

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