Shades of Nandor #4A534B
Tints of Nandor #4A534B
RGB
CMYK
RGB Variations
Color information
#4A534B (or 0x4A534B) is known color: Nandor. HEX triplet: 4A, 53 and 4B. RGB value is (74,83,75). Sum of RGB (Red+Green+Blue) = 74+83+75=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #4A534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A534B is #B5ACB4. Grayscale: #4F4F4F. Windows color (decimal): -11906229 or 4936522. OLE color: 4936522.
HSL color Cylindrical-coordinate representation of color #4A534B: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A534B is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 75 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.67 |
| HSL | 126.67º | 0.06% | 0.31% | - |
| HSV(B) | 126.67º | 0.11% | 0.33% | - |
| XYZ | 7.19 | 8.15 | 7.85 | - |
| YUV | 79.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 75 | 0.11 | 0 | 0.10 | 0.67 | 126.67 | 0.06 | 0.31 |
| Hex | 4A | 53 | 4B | B | 0 | A | 43 | 7F | 6 | 1F |
| Octal | 112 | 123 | 113 | 13 | 0 | 12 | 103 | 177 | 6 | 37 |
| Binary | 1001010 | 1010011 | 1001011 | 1011 | 0 | 1010 | 1000011 | 1111111 | 110 | 11111 |
Color Harmonies of #4A534B
Complementary color
Monochromatic Colors of #4A534B
Black with #4A534B
Text Example
Text Example
White with #4A534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A534B; }
p { color: rgb(74,83,75); }
H1.HeaderClassName
{
color: #4A534B;
}
.AnyTagClassName
{
color: #4A534B;
}
</style>
background-color css
<style>
a { background-color: #4A534B; }
a { background-color: rgb(74,83,75); }
div.DivClassName
{
background-color: #4A534B;
}
.BgClassName
{
background-color: #4A534B;
}
</style>
border-color css
<style>
span { border-color: #4A534B; }
span { border-color: rgb(74,83,75); }
td.TdClassName
{
border-color: #4A534B;
}
.TagClassName
{
border-color: #4A534B;
}
</style>