#47797F

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

Shades of Paradiso #47797F

Tints of Paradiso #47797F

Color information

#47797F (or 0x47797F) is unknown color: approx Paradiso. HEX triplet: 47, 79 and 7F. RGB value is (71,121,127). Sum of RGB (Red+Green+Blue) = 71+121+127=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #47797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47797F is #B88680. Grayscale: #6A6A6A. Windows color (decimal): -12093057 or 8354119. OLE color: 8354119.

HSL color Cylindrical-coordinate representation of color #47797F: hue angle of 186.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47797F is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71121127-
CMYK0.440.0500.50
HSL186.43º28.28%38.82%-
HSV(B)186.43º44.09%49.8%-
XYZ13.2716.5522.57-
YUV106.73139.44102.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 127 (50% from 255) = 39.81%
R=22.26%
G=37.93%
B=39.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711211270.440.0500.50186.4328.2838.82
Hex47797F2C5032ba1c27
Octal1071711775450622723447
Binary10001111111001111111110110010101100101011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47797F; }

 p { color: rgb(71,121,127); }

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

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

 a { background-color: rgb(71,121,127); }

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

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

 span { border-color: rgb(71,121,127); }

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