#497883

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

Shades of Paradiso #497883

Tints of Paradiso #497883

Color information

#497883 (or 0x497883) is unknown color: approx Paradiso. HEX triplet: 49, 78 and 83. RGB value is (73,120,131). Sum of RGB (Red+Green+Blue) = 73+120+131=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #497883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497883 is #B6877C. Grayscale: #6B6B6B. Windows color (decimal): -11962237 or 8616009. OLE color: 8616009.

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

Color convert

RGB73120131-
CMYK0.440.0800.49
HSL191.38º28.43%40%-
HSV(B)191.38º44.27%51.37%-
XYZ13.5616.4923.94-
YUV107.2141.43103.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=22.53%
G=37.04%
B=40.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731201310.440.0800.49191.3828.4340
Hex4978832C8031bf1c28
Octal11117020354100612773450
Binary1001001111100010000011101100100001100011011111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497883; }

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

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

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

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

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

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

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

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