#47777F

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

Shades of Paradiso #47777F

Tints of Paradiso #47777F

Color information

#47777F (or 0x47777F) is unknown color: approx Paradiso. HEX triplet: 47, 77 and 7F. RGB value is (71,119,127). Sum of RGB (Red+Green+Blue) = 71+119+127=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #47777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47777F is #B88880. Grayscale: #696969. Windows color (decimal): -12093569 or 8353607. OLE color: 8353607.

HSL color Cylindrical-coordinate representation of color #47777F: hue angle of 188.57º 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 #47777F is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71119127-
CMYK0.440.0600.50
HSL188.57º28.28%38.82%-
HSV(B)188.57º44.09%49.8%-
XYZ13.0316.0722.49-
YUV105.56140.1103.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 127 (50% from 255) = 40.06%
R=22.40%
G=37.54%
B=40.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711191270.440.0600.50188.5728.2838.82
Hex47777F2C6032bd1c27
Octal1071671775460622753447
Binary10001111110111111111110110011001100101011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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