Shades of Rhino #3F464F
Tints of Rhino #3F464F
RGB
CMYK
RGB Variations
Color information
#3F464F (or 0x3F464F) is known color: Rhino. HEX triplet: 3F, 46 and 4F. RGB value is (63,70,79). Sum of RGB (Red+Green+Blue) = 63+70+79=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F464F is #C0B9B0. Grayscale: #444444. Windows color (decimal): -12630449 or 5195327. OLE color: 5195327.
HSL color Cylindrical-coordinate representation of color #3F464F: hue angle of 213.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F464F is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 70 | 79 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.69 |
| HSL | 213.75º | 0.11% | 0.28% | - |
| HSV(B) | 213.75º | 0.2% | 0.31% | - |
| XYZ | 5.65 | 6 | 8.26 | - |
| YUV | 68.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 79 | 0.20 | 0.11 | 0 | 0.69 | 213.75 | 0.11 | 0.28 |
| Hex | 3F | 46 | 4F | 14 | B | 0 | 45 | D6 | B | 1C |
| Octal | 77 | 106 | 117 | 24 | 13 | 0 | 105 | 326 | 13 | 34 |
| Binary | 111111 | 1000110 | 1001111 | 10100 | 1011 | 0 | 1000101 | 11010110 | 1011 | 11100 |
Color Harmonies of #3F464F
Complementary color
Monochromatic Colors of #3F464F
Black with #3F464F
Text Example
Text Example
White with #3F464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F464F; }
p { color: rgb(63,70,79); }
H1.HeaderClassName
{
color: #3F464F;
}
.AnyTagClassName
{
color: #3F464F;
}
</style>
background-color css
<style>
a { background-color: #3F464F; }
a { background-color: rgb(63,70,79); }
div.DivClassName
{
background-color: #3F464F;
}
.BgClassName
{
background-color: #3F464F;
}
</style>
border-color css
<style>
span { border-color: #3F464F; }
span { border-color: rgb(63,70,79); }
td.TdClassName
{
border-color: #3F464F;
}
.TagClassName
{
border-color: #3F464F;
}
</style>