Shades of Nandor #4B534C
Tints of Nandor #4B534C
RGB
CMYK
RGB Variations
Color information
#4B534C (or 0x4B534C) is known color: Nandor. HEX triplet: 4B, 53 and 4C. RGB value is (75,83,76). Sum of RGB (Red+Green+Blue) = 75+83+76=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #4B534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B534C is #B4ACB3. Grayscale: #4F4F4F. Windows color (decimal): -11840692 or 5002059. OLE color: 5002059.
HSL color Cylindrical-coordinate representation of color #4B534C: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B534C is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
RGB | 75 | 83 | 76 | - |
CMYK | 0.10 | 0 | 0.08 | 0.67 |
HSL | 127.5º | 0.05% | 0.31% | - |
HSV(B) | 127.5º | 0.1% | 0.33% | - |
XYZ | 7.3 | 8.2 | 8.04 | - |
YUV | 79.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 83 | 76 | 0.10 | 0 | 0.08 | 0.67 | 127.5 | 0.05 | 0.31 |
Hex | 4B | 53 | 4C | A | 0 | 8 | 43 | 80 | 5 | 1F |
Octal | 113 | 123 | 114 | 12 | 0 | 10 | 103 | 200 | 5 | 37 |
Binary | 1001011 | 1010011 | 1001100 | 1010 | 0 | 1000 | 1000011 | 10000000 | 101 | 11111 |
Color Harmonies of #4B534C
Complementary color
Monochromatic Colors of #4B534C
Black with #4B534C
Text Example
Text Example
White with #4B534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B534C; }
p { color: rgb(75,83,76); }
H1.HeaderClassName
{
color: #4B534C;
}
.AnyTagClassName
{
color: #4B534C;
}
</style>
background-color css
<style>
a { background-color: #4B534C; }
a { background-color: rgb(75,83,76); }
div.DivClassName
{
background-color: #4B534C;
}
.BgClassName
{
background-color: #4B534C;
}
</style>
border-color css
<style>
span { border-color: #4B534C; }
span { border-color: rgb(75,83,76); }
td.TdClassName
{
border-color: #4B534C;
}
.TagClassName
{
border-color: #4B534C;
}
</style>