Shades of Nandor #4A504B
Tints of Nandor #4A504B
RGB
CMYK
RGB Variations
Color information
#4A504B (or 0x4A504B) is known color: Nandor. HEX triplet: 4A, 50 and 4B. RGB value is (74,80,75). Sum of RGB (Red+Green+Blue) = 74+80+75=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #4A504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A504B is #B5AFB4. Grayscale: #4D4D4D. Windows color (decimal): -11906997 or 4935754. OLE color: 4935754.
HSL color Cylindrical-coordinate representation of color #4A504B: hue angle of 130º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4A504B is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 75 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.69 |
| HSL | 130º | 0.04% | 0.3% | - |
| HSV(B) | 130º | 0.07% | 0.31% | - |
| XYZ | 6.96 | 7.7 | 7.78 | - |
| YUV | 77.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 75 | 0.08 | 0 | 0.06 | 0.69 | 130 | 0.04 | 0.3 |
| Hex | 4A | 50 | 4B | 8 | 0 | 6 | 45 | 82 | 4 | 1E |
| Octal | 112 | 120 | 113 | 10 | 0 | 6 | 105 | 202 | 4 | 36 |
| Binary | 1001010 | 1010000 | 1001011 | 1000 | 0 | 110 | 1000101 | 10000010 | 100 | 11110 |
Color Harmonies of #4A504B
Complementary color
Monochromatic Colors of #4A504B
Black with #4A504B
Text Example
Text Example
White with #4A504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A504B; }
p { color: rgb(74,80,75); }
H1.HeaderClassName
{
color: #4A504B;
}
.AnyTagClassName
{
color: #4A504B;
}
</style>
background-color css
<style>
a { background-color: #4A504B; }
a { background-color: rgb(74,80,75); }
div.DivClassName
{
background-color: #4A504B;
}
.BgClassName
{
background-color: #4A504B;
}
</style>
border-color css
<style>
span { border-color: #4A504B; }
span { border-color: rgb(74,80,75); }
td.TdClassName
{
border-color: #4A504B;
}
.TagClassName
{
border-color: #4A504B;
}
</style>