#497981

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

Shades of Paradiso #497981

Tints of Paradiso #497981

Color information

#497981 (or 0x497981) is unknown color: approx Paradiso. HEX triplet: 49, 79 and 81. RGB value is (73,121,129). Sum of RGB (Red+Green+Blue) = 73+121+129=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #497981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497981 is #B6867E. Grayscale: #6B6B6B. Windows color (decimal): -11961983 or 8485193. OLE color: 8485193.

HSL color Cylindrical-coordinate representation of color #497981: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497981 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73121129-
CMYK0.430.0600.49
HSL188.57º27.72%39.61%-
HSV(B)188.57º43.41%50.59%-
XYZ13.5516.6823.27-
YUV107.56140.1103.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=22.60%
G=37.46%
B=39.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731211290.430.0600.49188.5727.7239.61
Hex4979812B6031bd1c28
Octal1111712015360612753450
Binary100100111110011000000110101111001100011011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497981; }

 p { color: rgb(73,121,129); }

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

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

 a { background-color: rgb(73,121,129); }

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

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

 span { border-color: rgb(73,121,129); }

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