#498187

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

Shades of Paradiso #498187

Tints of Paradiso #498187

Color information

#498187 (or 0x498187) is unknown color: approx Paradiso. HEX triplet: 49, 81 and 87. RGB value is (73,129,135). Sum of RGB (Red+Green+Blue) = 73+129+135=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #498187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498187 is #B67E78. Grayscale: #707070. Windows color (decimal): -11959929 or 8880457. OLE color: 8880457.

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

Color convert

RGB73129135-
CMYK0.460.0400.47
HSL185.81º29.81%40.78%-
HSV(B)185.81º45.93%52.94%-
XYZ14.9718.8725.77-
YUV112.94140.4599.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=21.66%
G=38.28%
B=40.06%

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
Decimal731291350.460.0400.47185.8129.8140.78
Hex4981872E402Fba1e29
Octal1112012075640572723651
Binary1001001100000011000011110111010001011111011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498187; }

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

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

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

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

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

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

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

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