#4F878B

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

Shades of Paradiso #4F878B

Tints of Paradiso #4F878B

Color information

#4F878B (or 0x4F878B) is unknown color: approx Paradiso. HEX triplet: 4F, 87 and 8B. RGB value is (79,135,139). Sum of RGB (Red+Green+Blue) = 79+135+139=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F878B is #B07874. Grayscale: #767676. Windows color (decimal): -11565173 or 9144143. OLE color: 9144143.

HSL color Cylindrical-coordinate representation of color #4F878B: hue angle of 184º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F878B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79135139-
CMYK0.430.0300.45
HSL184º27.52%42.75%-
HSV(B)184º43.17%54.51%-
XYZ16.5520.8527.58-
YUV118.71139.4599.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=22.38%
G=38.24%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791351390.430.0300.4518427.5242.75
Hex4F878B2B302Db81c2b
Octal1172072135330552703453
Binary100111110000111100010111010111101011011011100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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