Shades of Rhino #454E5B
Tints of Rhino #454E5B
RGB
CMYK
RGB Variations
Color information
#454E5B (or 0x454E5B) is known color: Rhino. HEX triplet: 45, 4E and 5B. RGB value is (69,78,91). Sum of RGB (Red+Green+Blue) = 69+78+91=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #454E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E5B is #BAB1A4. Grayscale: #4C4C4C. Windows color (decimal): -12235173 or 5983813. OLE color: 5983813.
HSL color Cylindrical-coordinate representation of color #454E5B: hue angle of 215.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #454E5B is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 78 | 91 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.64 |
| HSL | 215.45º | 0.14% | 0.31% | - |
| HSV(B) | 215.45º | 0.24% | 0.36% | - |
| XYZ | 7.07 | 7.47 | 10.97 | - |
| YUV | 76.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 91 | 0.24 | 0.14 | 0 | 0.64 | 215.45 | 0.14 | 0.31 |
| Hex | 45 | 4E | 5B | 18 | E | 0 | 40 | D7 | E | 1F |
| Octal | 105 | 116 | 133 | 30 | 16 | 0 | 100 | 327 | 16 | 37 |
| Binary | 1000101 | 1001110 | 1011011 | 11000 | 1110 | 0 | 1000000 | 11010111 | 1110 | 11111 |
Color Harmonies of #454E5B
Complementary color
Monochromatic Colors of #454E5B
Black with #454E5B
Text Example
Text Example
White with #454E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E5B; }
p { color: rgb(69,78,91); }
H1.HeaderClassName
{
color: #454E5B;
}
.AnyTagClassName
{
color: #454E5B;
}
</style>
background-color css
<style>
a { background-color: #454E5B; }
a { background-color: rgb(69,78,91); }
div.DivClassName
{
background-color: #454E5B;
}
.BgClassName
{
background-color: #454E5B;
}
</style>
border-color css
<style>
span { border-color: #454E5B; }
span { border-color: rgb(69,78,91); }
td.TdClassName
{
border-color: #454E5B;
}
.TagClassName
{
border-color: #454E5B;
}
</style>