#498087

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

Shades of Paradiso #498087

Tints of Paradiso #498087

Color information

#498087 (or 0x498087) is unknown color: approx Paradiso. HEX triplet: 49, 80 and 87. RGB value is (73,128,135). Sum of RGB (Red+Green+Blue) = 73+128+135=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #498087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498087 is #B67F78. Grayscale: #707070. Windows color (decimal): -11960185 or 8880201. OLE color: 8880201.

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

Color convert

RGB73128135-
CMYK0.460.0500.47
HSL186.77º29.81%40.78%-
HSV(B)186.77º45.93%52.94%-
XYZ14.8418.625.73-
YUV112.35140.7899.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=21.73%
G=38.10%
B=40.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731281350.460.0500.47186.7729.8140.78
Hex4980872E502Fbb1e29
Octal1112002075650572733651
Binary1001001100000001000011110111010101011111011101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498087; }

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

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

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

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

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

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

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

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