Shades of Rhino #434A57
Tints of Rhino #434A57
RGB
CMYK
RGB Variations
Color information
#434A57 (or 0x434A57) is known color: Rhino. HEX triplet: 43, 4A and 57. RGB value is (67,74,87). Sum of RGB (Red+Green+Blue) = 67+74+87=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #434A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A57 is #BCB5A8. Grayscale: #494949. Windows color (decimal): -12367273 or 5720643. OLE color: 5720643.
HSL color Cylindrical-coordinate representation of color #434A57: hue angle of 219º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #434A57 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 74 | 87 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.66 |
| HSL | 219º | 0.13% | 0.3% | - |
| HSV(B) | 219º | 0.23% | 0.34% | - |
| XYZ | 6.48 | 6.78 | 9.98 | - |
| YUV | 73.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 87 | 0.23 | 0.15 | 0 | 0.66 | 219 | 0.13 | 0.3 |
| Hex | 43 | 4A | 57 | 17 | F | 0 | 42 | DB | D | 1E |
| Octal | 103 | 112 | 127 | 27 | 17 | 0 | 102 | 333 | 15 | 36 |
| Binary | 1000011 | 1001010 | 1010111 | 10111 | 1111 | 0 | 1000010 | 11011011 | 1101 | 11110 |
Color Harmonies of #434A57
Complementary color
Monochromatic Colors of #434A57
Black with #434A57
Text Example
Text Example
White with #434A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A57; }
p { color: rgb(67,74,87); }
H1.HeaderClassName
{
color: #434A57;
}
.AnyTagClassName
{
color: #434A57;
}
</style>
background-color css
<style>
a { background-color: #434A57; }
a { background-color: rgb(67,74,87); }
div.DivClassName
{
background-color: #434A57;
}
.BgClassName
{
background-color: #434A57;
}
</style>
border-color css
<style>
span { border-color: #434A57; }
span { border-color: rgb(67,74,87); }
td.TdClassName
{
border-color: #434A57;
}
.TagClassName
{
border-color: #434A57;
}
</style>