Shades of Rhino #414A5B
Tints of Rhino #414A5B
RGB
CMYK
RGB Variations
Color information
#414A5B (or 0x414A5B) is known color: Rhino. HEX triplet: 41, 4A and 5B. RGB value is (65,74,91). Sum of RGB (Red+Green+Blue) = 65+74+91=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #414A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A5B is #BEB5A4. Grayscale: #494949. Windows color (decimal): -12498341 or 5982785. OLE color: 5982785.
HSL color Cylindrical-coordinate representation of color #414A5B: hue angle of 219.23º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414A5B is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 74 | 91 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.64 |
| HSL | 219.23º | 0.17% | 0.31% | - |
| HSV(B) | 219.23º | 0.29% | 0.36% | - |
| XYZ | 6.52 | 6.78 | 10.86 | - |
| YUV | 73.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 91 | 0.29 | 0.19 | 0 | 0.64 | 219.23 | 0.17 | 0.31 |
| Hex | 41 | 4A | 5B | 1D | 13 | 0 | 40 | DB | 11 | 1F |
| Octal | 101 | 112 | 133 | 35 | 23 | 0 | 100 | 333 | 21 | 37 |
| Binary | 1000001 | 1001010 | 1011011 | 11101 | 10011 | 0 | 1000000 | 11011011 | 10001 | 11111 |
Color Harmonies of #414A5B
Complementary color
Monochromatic Colors of #414A5B
Black with #414A5B
Text Example
Text Example
White with #414A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A5B; }
p { color: rgb(65,74,91); }
H1.HeaderClassName
{
color: #414A5B;
}
.AnyTagClassName
{
color: #414A5B;
}
</style>
background-color css
<style>
a { background-color: #414A5B; }
a { background-color: rgb(65,74,91); }
div.DivClassName
{
background-color: #414A5B;
}
.BgClassName
{
background-color: #414A5B;
}
</style>
border-color css
<style>
span { border-color: #414A5B; }
span { border-color: rgb(65,74,91); }
td.TdClassName
{
border-color: #414A5B;
}
.TagClassName
{
border-color: #414A5B;
}
</style>