#4C797D

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

Shades of Paradiso #4C797D

Tints of Paradiso #4C797D

Color information

#4C797D (or 0x4C797D) is unknown color: approx Paradiso. HEX triplet: 4C, 79 and 7D. RGB value is (76,121,125). Sum of RGB (Red+Green+Blue) = 76+121+125=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C797D is #B38682. Grayscale: #6B6B6B. Windows color (decimal): -11765379 or 8223052. OLE color: 8223052.

HSL color Cylindrical-coordinate representation of color #4C797D: hue angle of 184.9º 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 #4C797D is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB76121125-
CMYK0.390.0300.51
HSL184.9º24.38%39.41%-
HSV(B)184.9º39.2%49.02%-
XYZ13.5216.6921.91-
YUV108137.59105.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=23.60%
G=37.58%
B=38.82%

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
Decimal761211250.390.0300.51184.924.3839.41
Hex4C797D273033b91827
Octal1141711754730632713047
Binary1001100111100111111011001111101100111011100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,121,125); }

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

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

 a { background-color: rgb(76,121,125); }

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

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

 span { border-color: rgb(76,121,125); }

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