Shades of Blue Diamond #461977
Tints of Blue Diamond #461977
RGB
CMYK
RGB Variations
Color information
#461977 (or 0x461977) is known color: Blue Diamond. HEX triplet: 46, 19 and 77. RGB value is (70,25,119). Sum of RGB (Red+Green+Blue) = 70+25+119=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #461977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461977 is #B9E688. Grayscale: #303030. Windows color (decimal): -12183177 or 7805254. OLE color: 7805254.
HSL color Cylindrical-coordinate representation of color #461977: hue angle of 268.72º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461977 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 25 | 119 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.53 |
| HSL | 268.72º | 0.65% | 0.28% | - |
| HSV(B) | 268.72º | 0.79% | 0.47% | - |
| XYZ | 6.2 | 3.33 | 17.77 | - |
| YUV | 49.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 119 | 0.41 | 0.79 | 0 | 0.53 | 268.72 | 0.65 | 0.28 |
| Hex | 46 | 19 | 77 | 29 | 4F | 0 | 35 | 10D | 41 | 1C |
| Octal | 106 | 31 | 167 | 51 | 117 | 0 | 65 | 415 | 101 | 34 |
| Binary | 1000110 | 11001 | 1110111 | 101001 | 1001111 | 0 | 110101 | 100001101 | 1000001 | 11100 |
Color Harmonies of #461977
Complementary color
Monochromatic Colors of #461977
Black with #461977
Text Example
Text Example
White with #461977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461977; }
p { color: rgb(70,25,119); }
H1.HeaderClassName
{
color: #461977;
}
.AnyTagClassName
{
color: #461977;
}
</style>
background-color css
<style>
a { background-color: #461977; }
a { background-color: rgb(70,25,119); }
div.DivClassName
{
background-color: #461977;
}
.BgClassName
{
background-color: #461977;
}
</style>
border-color css
<style>
span { border-color: #461977; }
span { border-color: rgb(70,25,119); }
td.TdClassName
{
border-color: #461977;
}
.TagClassName
{
border-color: #461977;
}
</style>