Shades of Rhino #404B5D
Tints of Rhino #404B5D
RGB
CMYK
RGB Variations
Color information
#404B5D (or 0x404B5D) is known color: Rhino. HEX triplet: 40, 4B and 5D. RGB value is (64,75,93). Sum of RGB (Red+Green+Blue) = 64+75+93=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #404B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B5D is #BFB4A2. Grayscale: #494949. Windows color (decimal): -12563619 or 6114112. OLE color: 6114112.
HSL color Cylindrical-coordinate representation of color #404B5D: hue angle of 217.24º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404B5D is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 75 | 93 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.64 |
| HSL | 217.24º | 0.18% | 0.31% | - |
| HSV(B) | 217.24º | 0.31% | 0.36% | - |
| XYZ | 6.61 | 6.91 | 11.34 | - |
| YUV | 73.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 93 | 0.31 | 0.19 | 0 | 0.64 | 217.24 | 0.18 | 0.31 |
| Hex | 40 | 4B | 5D | 1F | 13 | 0 | 40 | D9 | 12 | 1F |
| Octal | 100 | 113 | 135 | 37 | 23 | 0 | 100 | 331 | 22 | 37 |
| Binary | 1000000 | 1001011 | 1011101 | 11111 | 10011 | 0 | 1000000 | 11011001 | 10010 | 11111 |
Color Harmonies of #404B5D
Complementary color
Monochromatic Colors of #404B5D
Black with #404B5D
Text Example
Text Example
White with #404B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B5D; }
p { color: rgb(64,75,93); }
H1.HeaderClassName
{
color: #404B5D;
}
.AnyTagClassName
{
color: #404B5D;
}
</style>
background-color css
<style>
a { background-color: #404B5D; }
a { background-color: rgb(64,75,93); }
div.DivClassName
{
background-color: #404B5D;
}
.BgClassName
{
background-color: #404B5D;
}
</style>
border-color css
<style>
span { border-color: #404B5D; }
span { border-color: rgb(64,75,93); }
td.TdClassName
{
border-color: #404B5D;
}
.TagClassName
{
border-color: #404B5D;
}
</style>