#4C787C

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

Shades of Paradiso #4C787C

Tints of Paradiso #4C787C

Color information

#4C787C (or 0x4C787C) is unknown color: approx Paradiso. HEX triplet: 4C, 78 and 7C. RGB value is (76,120,124). Sum of RGB (Red+Green+Blue) = 76+120+124=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C787C is #B38783. Grayscale: #6B6B6B. Windows color (decimal): -11765636 or 8157260. OLE color: 8157260.

HSL color Cylindrical-coordinate representation of color #4C787C: hue angle of 185º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C787C is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB76120124-
CMYK0.390.0300.51
HSL185º24%39.22%-
HSV(B)185º38.71%48.63%-
XYZ13.3416.4221.54-
YUV107.3137.42105.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.75%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=23.75%
G=37.5%
B=38.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761201240.390.0300.511852439.22
Hex4C787C273033b91827
Octal1141701744730632713047
Binary1001100111100011111001001111101100111011100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,120,124); }

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

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

 a { background-color: rgb(76,120,124); }

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

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

 span { border-color: rgb(76,120,124); }

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