#497881

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

Shades of Paradiso #497881

Tints of Paradiso #497881

Color information

#497881 (or 0x497881) is unknown color: approx Paradiso. HEX triplet: 49, 78 and 81. RGB value is (73,120,129). Sum of RGB (Red+Green+Blue) = 73+120+129=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #497881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497881 is #B6877E. Grayscale: #6A6A6A. Windows color (decimal): -11962239 or 8484937. OLE color: 8484937.

HSL color Cylindrical-coordinate representation of color #497881: hue angle of 189.64º 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 #497881 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73120129-
CMYK0.430.0700.49
HSL189.64º27.72%39.61%-
HSV(B)189.64º43.41%50.59%-
XYZ13.4316.4323.23-
YUV106.97140.43103.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=22.67%
G=37.27%
B=40.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731201290.430.0700.49189.6427.7239.61
Hex4978812B7031be1c28
Octal1111702015370612763450
Binary100100111110001000000110101111101100011011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497881; }

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

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

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

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

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

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

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

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