Shades of Bright Grey #4D535A
Tints of Bright Grey #4D535A
RGB
CMYK
RGB Variations
Color information
#4D535A (or 0x4D535A) is known color: Bright Grey. HEX triplet: 4D, 53 and 5A. RGB value is (77,83,90). Sum of RGB (Red+Green+Blue) = 77+83+90=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D535A is #B2ACA5. Grayscale: #515151. Windows color (decimal): -11709606 or 5919565. OLE color: 5919565.
HSL color Cylindrical-coordinate representation of color #4D535A: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D535A is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 83 | 90 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.65 |
| HSL | 212.31º | 0.08% | 0.33% | - |
| HSV(B) | 212.31º | 0.14% | 0.35% | - |
| XYZ | 8 | 8.5 | 10.89 | - |
| YUV | 82 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 90 | 0.14 | 0.08 | 0 | 0.65 | 212.31 | 0.08 | 0.33 |
| Hex | 4D | 53 | 5A | E | 8 | 0 | 41 | D4 | 8 | 21 |
| Octal | 115 | 123 | 132 | 16 | 10 | 0 | 101 | 324 | 10 | 41 |
| Binary | 1001101 | 1010011 | 1011010 | 1110 | 1000 | 0 | 1000001 | 11010100 | 1000 | 100001 |
Color Harmonies of #4D535A
Complementary color
Monochromatic Colors of #4D535A
Black with #4D535A
Text Example
Text Example
White with #4D535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D535A; }
p { color: rgb(77,83,90); }
H1.HeaderClassName
{
color: #4D535A;
}
.AnyTagClassName
{
color: #4D535A;
}
</style>
background-color css
<style>
a { background-color: #4D535A; }
a { background-color: rgb(77,83,90); }
div.DivClassName
{
background-color: #4D535A;
}
.BgClassName
{
background-color: #4D535A;
}
</style>
border-color css
<style>
span { border-color: #4D535A; }
span { border-color: rgb(77,83,90); }
td.TdClassName
{
border-color: #4D535A;
}
.TagClassName
{
border-color: #4D535A;
}
</style>