Shades of Rhino #434B56
Tints of Rhino #434B56
RGB
CMYK
RGB Variations
Color information
#434B56 (or 0x434B56) is known color: Rhino. HEX triplet: 43, 4B and 56. RGB value is (67,75,86). Sum of RGB (Red+Green+Blue) = 67+75+86=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #434B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B56 is #BCB4A9. Grayscale: #494949. Windows color (decimal): -12367018 or 5655363. OLE color: 5655363.
HSL color Cylindrical-coordinate representation of color #434B56: hue angle of 214.74º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #434B56 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 75 | 86 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.66 |
| HSL | 214.74º | 0.12% | 0.3% | - |
| HSV(B) | 214.74º | 0.22% | 0.34% | - |
| XYZ | 6.51 | 6.9 | 9.79 | - |
| YUV | 73.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 86 | 0.22 | 0.13 | 0 | 0.66 | 214.74 | 0.12 | 0.3 |
| Hex | 43 | 4B | 56 | 16 | D | 0 | 42 | D7 | C | 1E |
| Octal | 103 | 113 | 126 | 26 | 15 | 0 | 102 | 327 | 14 | 36 |
| Binary | 1000011 | 1001011 | 1010110 | 10110 | 1101 | 0 | 1000010 | 11010111 | 1100 | 11110 |
Color Harmonies of #434B56
Complementary color
Monochromatic Colors of #434B56
Black with #434B56
Text Example
Text Example
White with #434B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B56; }
p { color: rgb(67,75,86); }
H1.HeaderClassName
{
color: #434B56;
}
.AnyTagClassName
{
color: #434B56;
}
</style>
background-color css
<style>
a { background-color: #434B56; }
a { background-color: rgb(67,75,86); }
div.DivClassName
{
background-color: #434B56;
}
.BgClassName
{
background-color: #434B56;
}
</style>
border-color css
<style>
span { border-color: #434B56; }
span { border-color: rgb(67,75,86); }
td.TdClassName
{
border-color: #434B56;
}
.TagClassName
{
border-color: #434B56;
}
</style>