Shades of Rhino #434C5E
Tints of Rhino #434C5E
RGB
CMYK
RGB Variations
Color information
#434C5E (or 0x434C5E) is known color: Rhino. HEX triplet: 43, 4C and 5E. RGB value is (67,76,94). Sum of RGB (Red+Green+Blue) = 67+76+94=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #434C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C5E is #BCB3A1. Grayscale: #4B4B4B. Windows color (decimal): -12366754 or 6179907. OLE color: 6179907.
HSL color Cylindrical-coordinate representation of color #434C5E: hue angle of 220º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #434C5E is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 76 | 94 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.63 |
| HSL | 220º | 0.17% | 0.32% | - |
| HSV(B) | 220º | 0.29% | 0.37% | - |
| XYZ | 6.92 | 7.17 | 11.61 | - |
| YUV | 75.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 94 | 0.29 | 0.19 | 0 | 0.63 | 220 | 0.17 | 0.32 |
| Hex | 43 | 4C | 5E | 1D | 13 | 0 | 3F | DC | 11 | 20 |
| Octal | 103 | 114 | 136 | 35 | 23 | 0 | 77 | 334 | 21 | 40 |
| Binary | 1000011 | 1001100 | 1011110 | 11101 | 10011 | 0 | 111111 | 11011100 | 10001 | 100000 |
Color Harmonies of #434C5E
Complementary color
Monochromatic Colors of #434C5E
Black with #434C5E
Text Example
Text Example
White with #434C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C5E; }
p { color: rgb(67,76,94); }
H1.HeaderClassName
{
color: #434C5E;
}
.AnyTagClassName
{
color: #434C5E;
}
</style>
background-color css
<style>
a { background-color: #434C5E; }
a { background-color: rgb(67,76,94); }
div.DivClassName
{
background-color: #434C5E;
}
.BgClassName
{
background-color: #434C5E;
}
</style>
border-color css
<style>
span { border-color: #434C5E; }
span { border-color: rgb(67,76,94); }
td.TdClassName
{
border-color: #434C5E;
}
.TagClassName
{
border-color: #434C5E;
}
</style>