#498282

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

Shades of Paradiso #498282

Tints of Paradiso #498282

Color information

#498282 (or 0x498282) is unknown color: approx Paradiso. HEX triplet: 49, 82 and 82. RGB value is (73,130,130). Sum of RGB (Red+Green+Blue) = 73+130+130=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #498282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498282 is #B67D7D. Grayscale: #707070. Windows color (decimal): -11959678 or 8553033. OLE color: 8553033.

HSL color Cylindrical-coordinate representation of color #498282: hue angle of 180º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498282 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73130130-
CMYK0.44000.49
HSL180º28.08%39.8%-
HSV(B)180º43.85%50.98%-
XYZ14.7618.9924.01-
YUV112.96137.6299.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=21.92%
G=39.04%
B=39.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301300.44000.4918028.0839.8
Hex4982822C0031b41c28
Octal1112022025400612643450
Binary10010011000001010000010101100001100011011010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498282; }

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

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

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

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

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

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

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

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