#498487

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

Shades of Paradiso #498487

Tints of Paradiso #498487

Color information

#498487 (or 0x498487) is unknown color: approx Paradiso. HEX triplet: 49, 84 and 87. RGB value is (73,132,135). Sum of RGB (Red+Green+Blue) = 73+132+135=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #498487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498487 is #B67B78. Grayscale: #727272. Windows color (decimal): -11959161 or 8881225. OLE color: 8881225.

HSL color Cylindrical-coordinate representation of color #498487: hue angle of 182.9º 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 #498487 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73132135-
CMYK0.460.0200.47
HSL182.9º29.81%40.78%-
HSV(B)182.9º45.93%52.94%-
XYZ15.3719.6725.91-
YUV114.7139.4598.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=21.47%
G=38.82%
B=39.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731321350.460.0200.47182.929.8140.78
Hex4984872E202Fb71e29
Octal1112042075620572673651
Binary100100110000100100001111011101001011111011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498487; }

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

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

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

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

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

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

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

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