#498287

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

Shades of Paradiso #498287

Tints of Paradiso #498287

Color information

#498287 (or 0x498287) is unknown color: approx Paradiso. HEX triplet: 49, 82 and 87. RGB value is (73,130,135). Sum of RGB (Red+Green+Blue) = 73+130+135=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #498287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498287 is #B67D78. Grayscale: #717171. Windows color (decimal): -11959673 or 8880713. OLE color: 8880713.

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

Color convert

RGB73130135-
CMYK0.460.0400.47
HSL184.84º29.81%40.78%-
HSV(B)184.84º45.93%52.94%-
XYZ15.119.1325.82-
YUV113.53140.1299.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=21.60%
G=38.46%
B=39.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731301350.460.0400.47184.8429.8140.78
Hex4982872E402Fb91e29
Octal1112022075640572713651
Binary1001001100000101000011110111010001011111011100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498287; }

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

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

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

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

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

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

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

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