#4E787E

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

Shades of Paradiso #4E787E

Tints of Paradiso #4E787E

Color information

#4E787E (or 0x4E787E) is unknown color: approx Paradiso. HEX triplet: 4E, 78 and 7E. RGB value is (78,120,126). Sum of RGB (Red+Green+Blue) = 78+120+126=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E787E is #B18781. Grayscale: #6C6C6C. Windows color (decimal): -11634562 or 8288334. OLE color: 8288334.

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

Color convert

RGB78120126-
CMYK0.380.0500.51
HSL187.5º23.53%40%-
HSV(B)187.5º38.1%49.41%-
XYZ13.6216.5622.22-
YUV108.13138.09106.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=24.07%
G=37.04%
B=38.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781201260.380.0500.51187.523.5340
Hex4E787E265033bc1828
Octal1161701764650632743050
Binary10011101111000111111010011010101100111011110011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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