#498180

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

Shades of Paradiso #498180

Tints of Paradiso #498180

Color information

#498180 (or 0x498180) is unknown color: approx Paradiso. HEX triplet: 49, 81 and 80. RGB value is (73,129,128). Sum of RGB (Red+Green+Blue) = 73+129+128=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #498180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498180 is #B67E7F. Grayscale: #707070. Windows color (decimal): -11959936 or 8421705. OLE color: 8421705.

HSL color Cylindrical-coordinate representation of color #498180: hue angle of 178.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498180 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB73129128-
CMYK0.4300.010.49
HSL178.93º27.72%39.61%-
HSV(B)178.93º43.41%50.59%-
XYZ14.4918.6823.26-
YUV112.14136.95100.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=22.12%
G=39.09%
B=38.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291280.4300.010.49178.9327.7239.61
Hex4981802B0131b31c28
Octal1112012005301612633450
Binary10010011000000110000000101011011100011011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498180; }

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

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

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

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

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

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

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

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