#4F888A

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

Shades of Paradiso #4F888A

Tints of Paradiso #4F888A

Color information

#4F888A (or 0x4F888A) is unknown color: approx Paradiso. HEX triplet: 4F, 88 and 8A. RGB value is (79,136,138). Sum of RGB (Red+Green+Blue) = 79+136+138=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F888A is #B07775. Grayscale: #777777. Windows color (decimal): -11564918 or 9078863. OLE color: 9078863.

HSL color Cylindrical-coordinate representation of color #4F888A: hue angle of 182.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F888A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB79136138-
CMYK0.430.0100.46
HSL182.03º27.19%42.55%-
HSV(B)182.03º42.75%54.12%-
XYZ16.6221.1127.24-
YUV119.18138.6299.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=22.38%
G=38.53%
B=39.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791361380.430.0100.46182.0327.1942.55
Hex4F888A2B102Eb61b2b
Octal1172102125310562663353
Binary10011111000100010001010101011101011101011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,138); }

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

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

 a { background-color: rgb(79,136,138); }

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

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

 span { border-color: rgb(79,136,138); }

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