#497B84

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

Shades of Paradiso #497B84

Tints of Paradiso #497B84

Color information

#497B84 (or 0x497B84) is unknown color: approx Paradiso. HEX triplet: 49, 7B and 84. RGB value is (73,123,132). Sum of RGB (Red+Green+Blue) = 73+123+132=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #497B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B84 is #B6847B. Grayscale: #6C6C6C. Windows color (decimal): -11961468 or 8682313. OLE color: 8682313.

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

Color convert

RGB73123132-
CMYK0.450.0700.48
HSL189.15º28.78%40.2%-
HSV(B)189.15º44.7%51.76%-
XYZ1417.2524.42-
YUV109.08140.94102.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=22.26%
G=37.5%
B=40.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731231320.450.0700.48189.1528.7840.2
Hex497B842D7030bd1d28
Octal1111732045570602753550
Binary100100111110111000010010110111101100001011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497B84; }

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

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

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

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

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

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

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

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