Shades of Rhino #404A5C
Tints of Rhino #404A5C
RGB
CMYK
RGB Variations
Color information
#404A5C (or 0x404A5C) is known color: Rhino. HEX triplet: 40, 4A and 5C. RGB value is (64,74,92). Sum of RGB (Red+Green+Blue) = 64+74+92=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #404A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A5C is #BFB5A3. Grayscale: #484848. Windows color (decimal): -12563876 or 6048320. OLE color: 6048320.
HSL color Cylindrical-coordinate representation of color #404A5C: hue angle of 218.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404A5C is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 74 | 92 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.64 |
| HSL | 218.57º | 0.18% | 0.31% | - |
| HSV(B) | 218.57º | 0.3% | 0.36% | - |
| XYZ | 6.49 | 6.76 | 11.09 | - |
| YUV | 73.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 92 | 0.30 | 0.20 | 0 | 0.64 | 218.57 | 0.18 | 0.31 |
| Hex | 40 | 4A | 5C | 1E | 14 | 0 | 40 | DB | 12 | 1F |
| Octal | 100 | 112 | 134 | 36 | 24 | 0 | 100 | 333 | 22 | 37 |
| Binary | 1000000 | 1001010 | 1011100 | 11110 | 10100 | 0 | 1000000 | 11011011 | 10010 | 11111 |
Color Harmonies of #404A5C
Complementary color
Monochromatic Colors of #404A5C
Black with #404A5C
Text Example
Text Example
White with #404A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A5C; }
p { color: rgb(64,74,92); }
H1.HeaderClassName
{
color: #404A5C;
}
.AnyTagClassName
{
color: #404A5C;
}
</style>
background-color css
<style>
a { background-color: #404A5C; }
a { background-color: rgb(64,74,92); }
div.DivClassName
{
background-color: #404A5C;
}
.BgClassName
{
background-color: #404A5C;
}
</style>
border-color css
<style>
span { border-color: #404A5C; }
span { border-color: rgb(64,74,92); }
td.TdClassName
{
border-color: #404A5C;
}
.TagClassName
{
border-color: #404A5C;
}
</style>