Shades of Rhino #434A51
Tints of Rhino #434A51
RGB
CMYK
RGB Variations
Color information
#434A51 (or 0x434A51) is known color: Rhino. HEX triplet: 43, 4A and 51. RGB value is (67,74,81). Sum of RGB (Red+Green+Blue) = 67+74+81=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #434A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A51 is #BCB5AE. Grayscale: #484848. Windows color (decimal): -12367279 or 5327427. OLE color: 5327427.
HSL color Cylindrical-coordinate representation of color #434A51: hue angle of 210º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #434A51 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 74 | 81 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.68 |
| HSL | 210º | 0.09% | 0.29% | - |
| HSV(B) | 210º | 0.17% | 0.32% | - |
| XYZ | 6.25 | 6.68 | 8.75 | - |
| YUV | 72.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 81 | 0.17 | 0.09 | 0 | 0.68 | 210 | 0.09 | 0.29 |
| Hex | 43 | 4A | 51 | 11 | 9 | 0 | 44 | D2 | 9 | 1D |
| Octal | 103 | 112 | 121 | 21 | 11 | 0 | 104 | 322 | 11 | 35 |
| Binary | 1000011 | 1001010 | 1010001 | 10001 | 1001 | 0 | 1000100 | 11010010 | 1001 | 11101 |
Color Harmonies of #434A51
Complementary color
Monochromatic Colors of #434A51
Black with #434A51
Text Example
Text Example
White with #434A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A51; }
p { color: rgb(67,74,81); }
H1.HeaderClassName
{
color: #434A51;
}
.AnyTagClassName
{
color: #434A51;
}
</style>
background-color css
<style>
a { background-color: #434A51; }
a { background-color: rgb(67,74,81); }
div.DivClassName
{
background-color: #434A51;
}
.BgClassName
{
background-color: #434A51;
}
</style>
border-color css
<style>
span { border-color: #434A51; }
span { border-color: rgb(67,74,81); }
td.TdClassName
{
border-color: #434A51;
}
.TagClassName
{
border-color: #434A51;
}
</style>