#498085

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

Shades of Paradiso #498085

Tints of Paradiso #498085

Color information

#498085 (or 0x498085) is unknown color: approx Paradiso. HEX triplet: 49, 80 and 85. RGB value is (73,128,133). Sum of RGB (Red+Green+Blue) = 73+128+133=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #498085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498085 is #B67F7A. Grayscale: #707070. Windows color (decimal): -11960187 or 8749129. OLE color: 8749129.

HSL color Cylindrical-coordinate representation of color #498085: hue angle of 185º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498085 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73128133-
CMYK0.450.0400.48
HSL185º29.13%40.39%-
HSV(B)185º45.11%52.16%-
XYZ14.718.5525-
YUV112.12139.78100.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=21.86%
G=38.32%
B=39.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731281330.450.0400.4818529.1340.39
Hex4980852D4030b91d28
Octal1112002055540602713550
Binary1001001100000001000010110110110001100001011100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498085; }

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

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

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

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

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

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

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

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