#498582

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

Shades of Paradiso #498582

Tints of Paradiso #498582

Color information

#498582 (or 0x498582) is unknown color: approx Paradiso. HEX triplet: 49, 85 and 82. RGB value is (73,133,130). Sum of RGB (Red+Green+Blue) = 73+133+130=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #498582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498582 is #B67A7D. Grayscale: #727272. Windows color (decimal): -11958910 or 8553801. OLE color: 8553801.

HSL color Cylindrical-coordinate representation of color #498582: hue angle of 177º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498582 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB73133130-
CMYK0.4500.020.48
HSL177º29.13%40.39%-
HSV(B)177º45.11%52.16%-
XYZ15.1619.824.14-
YUV114.72136.6298.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=21.73%
G=39.58%
B=38.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331300.4500.020.4817729.1340.39
Hex4985822D0230b11d28
Octal1112052025502602613550
Binary100100110000101100000101011010101100001011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498582; }

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

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

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

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

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

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

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

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