#4F8784

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

Shades of Paradiso #4F8784

Tints of Paradiso #4F8784

Color information

#4F8784 (or 0x4F8784) is unknown color: approx Paradiso. HEX triplet: 4F, 87 and 84. RGB value is (79,135,132). Sum of RGB (Red+Green+Blue) = 79+135+132=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #4F8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8784 is #B0787B. Grayscale: #757575. Windows color (decimal): -11565180 or 8685391. OLE color: 8685391.

HSL color Cylindrical-coordinate representation of color #4F8784: hue angle of 176.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8784 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB79135132-
CMYK0.4100.020.47
HSL176.79º26.17%41.96%-
HSV(B)176.79º41.48%52.94%-
XYZ16.0520.6624.97-
YUV117.91135.95100.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=22.83%
G=39.02%
B=38.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351320.4100.020.47176.7926.1741.96
Hex4F878429022Fb11a2a
Octal1172072045102572613252
Binary100111110000111100001001010010101011111011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F8784; }

 p { color: rgb(79,135,132); }

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

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

 a { background-color: rgb(79,135,132); }

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

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

 span { border-color: rgb(79,135,132); }

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