#4C8988

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

Shades of Paradiso #4C8988

Tints of Paradiso #4C8988

Color information

#4C8988 (or 0x4C8988) is unknown color: approx Paradiso. HEX triplet: 4C, 89 and 88. RGB value is (76,137,136). Sum of RGB (Red+Green+Blue) = 76+137+136=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #4C8988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8988 is #B37677. Grayscale: #767676. Windows color (decimal): -11761272 or 8948044. OLE color: 8948044.

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

Color convert

RGB76137136-
CMYK0.4500.010.46
HSL179.02º28.64%41.76%-
HSV(B)179.02º44.53%53.73%-
XYZ16.3721.2126.52-
YUV118.65137.7997.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=21.78%
G=39.26%
B=38.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal761371360.4500.010.46179.0228.6441.76
Hex4C89882D012Eb31d2a
Octal1142112105501562633552
Binary10011001000100110001000101101011011101011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,137,136); }

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

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

 a { background-color: rgb(76,137,136); }

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

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

 span { border-color: rgb(76,137,136); }

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