Shades of Bright Grey #4E5968
Tints of Bright Grey #4E5968
RGB
CMYK
RGB Variations
Color information
#4E5968 (or 0x4E5968) is known color: Bright Grey. HEX triplet: 4E, 59 and 68. RGB value is (78,89,104). Sum of RGB (Red+Green+Blue) = 78+89+104=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5968 is #B1A697. Grayscale: #575757. Windows color (decimal): -11642520 or 6838606. OLE color: 6838606.
HSL color Cylindrical-coordinate representation of color #4E5968: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5968 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 89 | 104 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.59 |
| HSL | 214.62º | 0.14% | 0.36% | - |
| HSV(B) | 214.62º | 0.25% | 0.41% | - |
| XYZ | 9.21 | 9.76 | 14.5 | - |
| YUV | 87.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 104 | 0.25 | 0.14 | 0 | 0.59 | 214.62 | 0.14 | 0.36 |
| Hex | 4E | 59 | 68 | 19 | E | 0 | 3B | D7 | E | 24 |
| Octal | 116 | 131 | 150 | 31 | 16 | 0 | 73 | 327 | 16 | 44 |
| Binary | 1001110 | 1011001 | 1101000 | 11001 | 1110 | 0 | 111011 | 11010111 | 1110 | 100100 |
Color Harmonies of #4E5968
Complementary color
Monochromatic Colors of #4E5968
Black with #4E5968
Text Example
Text Example
White with #4E5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5968; }
p { color: rgb(78,89,104); }
H1.HeaderClassName
{
color: #4E5968;
}
.AnyTagClassName
{
color: #4E5968;
}
</style>
background-color css
<style>
a { background-color: #4E5968; }
a { background-color: rgb(78,89,104); }
div.DivClassName
{
background-color: #4E5968;
}
.BgClassName
{
background-color: #4E5968;
}
</style>
border-color css
<style>
span { border-color: #4E5968; }
span { border-color: rgb(78,89,104); }
td.TdClassName
{
border-color: #4E5968;
}
.TagClassName
{
border-color: #4E5968;
}
</style>