#4D797F

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

Shades of Paradiso #4D797F

Tints of Paradiso #4D797F

Color information

#4D797F (or 0x4D797F) is unknown color: approx Paradiso. HEX triplet: 4D, 79 and 7F. RGB value is (77,121,127). Sum of RGB (Red+Green+Blue) = 77+121+127=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D797F is #B28680. Grayscale: #6C6C6C. Windows color (decimal): -11699841 or 8354125. OLE color: 8354125.

HSL color Cylindrical-coordinate representation of color #4D797F: hue angle of 187.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D797F is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB77121127-
CMYK0.390.0500.50
HSL187.2º24.51%40%-
HSV(B)187.2º39.37%49.8%-
XYZ13.7316.7822.59-
YUV108.53138.42105.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 127 (50% from 255) = 39.08%
R=23.69%
G=37.23%
B=39.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal771211270.390.0500.50187.224.5140
Hex4D797F275032bb1928
Octal1151711774750622733150
Binary10011011111001111111110011110101100101011101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,121,127); }

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

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

 a { background-color: rgb(77,121,127); }

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

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

 span { border-color: rgb(77,121,127); }

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