#498084

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

Shades of Paradiso #498084

Tints of Paradiso #498084

Color information

#498084 (or 0x498084) is unknown color: approx Paradiso. HEX triplet: 49, 80 and 84. RGB value is (73,128,132). Sum of RGB (Red+Green+Blue) = 73+128+132=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #498084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498084 is #B67F7B. Grayscale: #6F6F6F. Windows color (decimal): -11960188 or 8683593. OLE color: 8683593.

HSL color Cylindrical-coordinate representation of color #498084: hue angle of 184.07º 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 #498084 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73128132-
CMYK0.450.0300.48
HSL184.07º28.78%40.2%-
HSV(B)184.07º44.7%51.76%-
XYZ14.6318.5224.63-
YUV112.01139.28100.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=21.92%
G=38.44%
B=39.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731281320.450.0300.48184.0728.7840.2
Hex4980842D3030b81d28
Octal1112002045530602703550
Binary100100110000000100001001011011101100001011100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498084; }

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

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

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

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

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

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

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

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