#4E787C

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

Shades of Paradiso #4E787C

Tints of Paradiso #4E787C

Color information

#4E787C (or 0x4E787C) is unknown color: approx Paradiso. HEX triplet: 4E, 78 and 7C. RGB value is (78,120,124). Sum of RGB (Red+Green+Blue) = 78+120+124=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E787C is #B18783. Grayscale: #6B6B6B. Windows color (decimal): -11634564 or 8157262. OLE color: 8157262.

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

Color convert

RGB78120124-
CMYK0.370.0300.51
HSL185.22º22.77%39.61%-
HSV(B)185.22º37.1%48.63%-
XYZ13.516.5121.54-
YUV107.9137.09106.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.22%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=24.22%
G=37.27%
B=38.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781201240.370.0300.51185.2222.7739.61
Hex4E787C253033b91728
Octal1161701744530632712750
Binary1001110111100011111001001011101100111011100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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