#4D797D

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

Shades of Paradiso #4D797D

Tints of Paradiso #4D797D

Color information

#4D797D (or 0x4D797D) is unknown color: approx Paradiso. HEX triplet: 4D, 79 and 7D. RGB value is (77,121,125). Sum of RGB (Red+Green+Blue) = 77+121+125=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D797D is #B28682. Grayscale: #6C6C6C. Windows color (decimal): -11699843 or 8223053. OLE color: 8223053.

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

Color convert

RGB77121125-
CMYK0.380.0300.51
HSL185º23.76%39.61%-
HSV(B)185º38.4%49.02%-
XYZ13.616.7321.92-
YUV108.3137.42105.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=23.84%
G=37.46%
B=38.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal771211250.380.0300.5118523.7639.61
Hex4D797D263033b91828
Octal1151711754630632713050
Binary1001101111100111111011001101101100111011100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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