Shades of Bright Grey #4F5A69
Tints of Bright Grey #4F5A69
RGB
CMYK
RGB Variations
Color information
#4F5A69 (or 0x4F5A69) is known color: Bright Grey. HEX triplet: 4F, 5A and 69. RGB value is (79,90,105). Sum of RGB (Red+Green+Blue) = 79+90+105=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A69 is #B0A596. Grayscale: #585858. Windows color (decimal): -11576727 or 6904399. OLE color: 6904399.
HSL color Cylindrical-coordinate representation of color #4F5A69: 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 #4F5A69 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 90 | 105 | - |
| 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.43 | 9.99 | 14.8 | - |
| YUV | 88.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 105 | 0.25 | 0.14 | 0 | 0.59 | 214.62 | 0.14 | 0.36 |
| Hex | 4F | 5A | 69 | 19 | E | 0 | 3B | D7 | E | 24 |
| Octal | 117 | 132 | 151 | 31 | 16 | 0 | 73 | 327 | 16 | 44 |
| Binary | 1001111 | 1011010 | 1101001 | 11001 | 1110 | 0 | 111011 | 11010111 | 1110 | 100100 |
Color Harmonies of #4F5A69
Complementary color
Monochromatic Colors of #4F5A69
Black with #4F5A69
Text Example
Text Example
White with #4F5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A69; }
p { color: rgb(79,90,105); }
H1.HeaderClassName
{
color: #4F5A69;
}
.AnyTagClassName
{
color: #4F5A69;
}
</style>
background-color css
<style>
a { background-color: #4F5A69; }
a { background-color: rgb(79,90,105); }
div.DivClassName
{
background-color: #4F5A69;
}
.BgClassName
{
background-color: #4F5A69;
}
</style>
border-color css
<style>
span { border-color: #4F5A69; }
span { border-color: rgb(79,90,105); }
td.TdClassName
{
border-color: #4F5A69;
}
.TagClassName
{
border-color: #4F5A69;
}
</style>