#498383

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

Shades of Paradiso #498383

Tints of Paradiso #498383

Color information

#498383 (or 0x498383) is unknown color: approx Paradiso. HEX triplet: 49, 83 and 83. RGB value is (73,131,131). Sum of RGB (Red+Green+Blue) = 73+131+131=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #498383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498383 is #B67C7C. Grayscale: #717171. Windows color (decimal): -11959421 or 8618825. OLE color: 8618825.

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

Color convert

RGB73131131-
CMYK0.44000.49
HSL180º28.43%40%-
HSV(B)180º44.27%51.37%-
XYZ14.9619.2924.41-
YUV113.66137.7899-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=21.79%
G=39.10%
B=39.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311310.44000.4918028.4340
Hex4983832C0031b41c28
Octal1112032035400612643450
Binary10010011000001110000011101100001100011011010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498383; }

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

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

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

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

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

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

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

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