#4E797D

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

Shades of Paradiso #4E797D

Tints of Paradiso #4E797D

Color information

#4E797D (or 0x4E797D) is unknown color: approx Paradiso. HEX triplet: 4E, 79 and 7D. RGB value is (78,121,125). Sum of RGB (Red+Green+Blue) = 78+121+125=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E797D is #B18682. Grayscale: #6C6C6C. Windows color (decimal): -11634307 or 8223054. OLE color: 8223054.

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

Color convert

RGB78121125-
CMYK0.380.0300.51
HSL185.11º23.15%39.8%-
HSV(B)185.11º37.6%49.02%-
XYZ13.6816.7821.92-
YUV108.6137.25106.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=24.07%
G=37.35%
B=38.58%

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
Decimal781211250.380.0300.51185.1123.1539.8
Hex4E797D263033b91728
Octal1161711754630632712750
Binary1001110111100111111011001101101100111011100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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