Shades of Bright Grey #4E5362
Tints of Bright Grey #4E5362
RGB
CMYK
RGB Variations
Color information
#4E5362 (or 0x4E5362) is known color: Bright Grey. HEX triplet: 4E, 53 and 62. RGB value is (78,83,98). Sum of RGB (Red+Green+Blue) = 78+83+98=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5362 is #B1AC9D. Grayscale: #535353. Windows color (decimal): -11644062 or 6443854. OLE color: 6443854.
HSL color Cylindrical-coordinate representation of color #4E5362: hue angle of 225º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5362 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 83 | 98 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.62 |
| HSL | 225º | 0.11% | 0.35% | - |
| HSV(B) | 225º | 0.2% | 0.38% | - |
| XYZ | 8.44 | 8.69 | 12.79 | - |
| YUV | 83.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 98 | 0.20 | 0.15 | 0 | 0.62 | 225 | 0.11 | 0.35 |
| Hex | 4E | 53 | 62 | 14 | F | 0 | 3E | E1 | B | 23 |
| Octal | 116 | 123 | 142 | 24 | 17 | 0 | 76 | 341 | 13 | 43 |
| Binary | 1001110 | 1010011 | 1100010 | 10100 | 1111 | 0 | 111110 | 11100001 | 1011 | 100011 |
Color Harmonies of #4E5362
Complementary color
Monochromatic Colors of #4E5362
Black with #4E5362
Text Example
Text Example
White with #4E5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5362; }
p { color: rgb(78,83,98); }
H1.HeaderClassName
{
color: #4E5362;
}
.AnyTagClassName
{
color: #4E5362;
}
</style>
background-color css
<style>
a { background-color: #4E5362; }
a { background-color: rgb(78,83,98); }
div.DivClassName
{
background-color: #4E5362;
}
.BgClassName
{
background-color: #4E5362;
}
</style>
border-color css
<style>
span { border-color: #4E5362; }
span { border-color: rgb(78,83,98); }
td.TdClassName
{
border-color: #4E5362;
}
.TagClassName
{
border-color: #4E5362;
}
</style>