#498082

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

Shades of Paradiso #498082

Tints of Paradiso #498082

Color information

#498082 (or 0x498082) is unknown color: approx Paradiso. HEX triplet: 49, 80 and 82. RGB value is (73,128,130). Sum of RGB (Red+Green+Blue) = 73+128+130=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #498082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498082 is #B67F7D. Grayscale: #6F6F6F. Windows color (decimal): -11960190 or 8552521. OLE color: 8552521.

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

Color convert

RGB73128130-
CMYK0.440.0200.49
HSL182.11º28.08%39.8%-
HSV(B)182.11º43.85%50.98%-
XYZ14.518.4723.92-
YUV111.78138.28100.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=22.05%
G=38.67%
B=39.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731281300.440.0200.49182.1128.0839.8
Hex4980822C2031b61c28
Octal1112002025420612663450
Binary100100110000000100000101011001001100011011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498082; }

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

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

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

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

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

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

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

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