Shades of Rhino #3F464E
Tints of Rhino #3F464E
RGB
CMYK
RGB Variations
Color information
#3F464E (or 0x3F464E) is known color: Rhino. HEX triplet: 3F, 46 and 4E. RGB value is (63,70,78). Sum of RGB (Red+Green+Blue) = 63+70+78=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F464E is #C0B9B1. Grayscale: #444444. Windows color (decimal): -12630450 or 5129791. OLE color: 5129791.
HSL color Cylindrical-coordinate representation of color #3F464E: hue angle of 212º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F464E is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 70 | 78 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.69 |
| HSL | 212º | 0.11% | 0.28% | - |
| HSV(B) | 212º | 0.19% | 0.31% | - |
| XYZ | 5.62 | 5.99 | 8.07 | - |
| YUV | 68.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 78 | 0.19 | 0.10 | 0 | 0.69 | 212 | 0.11 | 0.28 |
| Hex | 3F | 46 | 4E | 13 | A | 0 | 45 | D4 | B | 1C |
| Octal | 77 | 106 | 116 | 23 | 12 | 0 | 105 | 324 | 13 | 34 |
| Binary | 111111 | 1000110 | 1001110 | 10011 | 1010 | 0 | 1000101 | 11010100 | 1011 | 11100 |
Color Harmonies of #3F464E
Complementary color
Monochromatic Colors of #3F464E
Black with #3F464E
Text Example
Text Example
White with #3F464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F464E; }
p { color: rgb(63,70,78); }
H1.HeaderClassName
{
color: #3F464E;
}
.AnyTagClassName
{
color: #3F464E;
}
</style>
background-color css
<style>
a { background-color: #3F464E; }
a { background-color: rgb(63,70,78); }
div.DivClassName
{
background-color: #3F464E;
}
.BgClassName
{
background-color: #3F464E;
}
</style>
border-color css
<style>
span { border-color: #3F464E; }
span { border-color: rgb(63,70,78); }
td.TdClassName
{
border-color: #3F464E;
}
.TagClassName
{
border-color: #3F464E;
}
</style>