Shades of Blue Diamond #461C73
Tints of Blue Diamond #461C73
RGB
CMYK
RGB Variations
Color information
#461C73 (or 0x461C73) is known color: Blue Diamond. HEX triplet: 46, 1C and 73. RGB value is (70,28,115). Sum of RGB (Red+Green+Blue) = 70+28+115=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #461C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C73 is #B9E38C. Grayscale: #323232. Windows color (decimal): -12182413 or 7543878. OLE color: 7543878.
HSL color Cylindrical-coordinate representation of color #461C73: hue angle of 268.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461C73 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 28 | 115 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.55 |
| HSL | 268.97º | 0.61% | 0.28% | - |
| HSV(B) | 268.97º | 0.76% | 0.45% | - |
| XYZ | 6.04 | 3.37 | 16.55 | - |
| YUV | 50.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 115 | 0.39 | 0.76 | 0 | 0.55 | 268.97 | 0.61 | 0.28 |
| Hex | 46 | 1C | 73 | 27 | 4C | 0 | 37 | 10D | 3D | 1C |
| Octal | 106 | 34 | 163 | 47 | 114 | 0 | 67 | 415 | 75 | 34 |
| Binary | 1000110 | 11100 | 1110011 | 100111 | 1001100 | 0 | 110111 | 100001101 | 111101 | 11100 |
Color Harmonies of #461C73
Complementary color
Monochromatic Colors of #461C73
Black with #461C73
Text Example
Text Example
White with #461C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C73; }
p { color: rgb(70,28,115); }
H1.HeaderClassName
{
color: #461C73;
}
.AnyTagClassName
{
color: #461C73;
}
</style>
background-color css
<style>
a { background-color: #461C73; }
a { background-color: rgb(70,28,115); }
div.DivClassName
{
background-color: #461C73;
}
.BgClassName
{
background-color: #461C73;
}
</style>
border-color css
<style>
span { border-color: #461C73; }
span { border-color: rgb(70,28,115); }
td.TdClassName
{
border-color: #461C73;
}
.TagClassName
{
border-color: #461C73;
}
</style>