#498380

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

Shades of Paradiso #498380

Tints of Paradiso #498380

Color information

#498380 (or 0x498380) is unknown color: approx Paradiso. HEX triplet: 49, 83 and 80. RGB value is (73,131,128). Sum of RGB (Red+Green+Blue) = 73+131+128=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #498380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498380 is #B67C7F. Grayscale: #717171. Windows color (decimal): -11959424 or 8422217. OLE color: 8422217.

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

Color convert

RGB73131128-
CMYK0.4400.020.49
HSL176.9º28.43%40%-
HSV(B)176.9º44.27%51.37%-
XYZ14.7619.2123.35-
YUV113.32136.2899.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=21.99%
G=39.46%
B=38.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311280.4400.020.49176.928.4340
Hex4983802C0231b11c28
Octal1112032005402612613450
Binary100100110000011100000001011000101100011011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498380; }

 p { color: rgb(73,131,128); }

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

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

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

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

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

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

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