#497F88

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

Shades of Paradiso #497F88

Tints of Paradiso #497F88

Color information

#497F88 (or 0x497F88) is unknown color: approx Paradiso. HEX triplet: 49, 7F and 88. RGB value is (73,127,136). Sum of RGB (Red+Green+Blue) = 73+127+136=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #497F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F88 is #B68077. Grayscale: #6F6F6F. Windows color (decimal): -11960440 or 8945481. OLE color: 8945481.

HSL color Cylindrical-coordinate representation of color #497F88: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497F88 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73127136-
CMYK0.460.0700.47
HSL188.57º30.14%40.98%-
HSV(B)188.57º46.32%53.33%-
XYZ14.7818.3726.06-
YUV111.88141.61100.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=21.73%
G=37.80%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731271360.460.0700.47188.5730.1440.98
Hex497F882E702Fbd1e29
Octal1111772105670572753651
Binary100100111111111000100010111011101011111011110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,136); }

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

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

 a { background-color: rgb(73,127,136); }

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

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

 span { border-color: rgb(73,127,136); }

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