Shades of Blue Diamond #461D73
Tints of Blue Diamond #461D73
RGB
CMYK
RGB Variations
Color information
#461D73 (or 0x461D73) is known color: Blue Diamond. HEX triplet: 46, 1D and 73. RGB value is (70,29,115). Sum of RGB (Red+Green+Blue) = 70+29+115=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #461D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D73 is #B9E28C. Grayscale: #323232. Windows color (decimal): -12182157 or 7544134. OLE color: 7544134.
HSL color Cylindrical-coordinate representation of color #461D73: hue angle of 268.6º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461D73 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 29 | 115 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.55 |
| HSL | 268.6º | 0.6% | 0.28% | - |
| HSV(B) | 268.6º | 0.75% | 0.45% | - |
| XYZ | 6.06 | 3.42 | 16.56 | - |
| YUV | 51.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 115 | 0.39 | 0.75 | 0 | 0.55 | 268.6 | 0.6 | 0.28 |
| Hex | 46 | 1D | 73 | 27 | 4B | 0 | 37 | 10D | 3C | 1C |
| Octal | 106 | 35 | 163 | 47 | 113 | 0 | 67 | 415 | 74 | 34 |
| Binary | 1000110 | 11101 | 1110011 | 100111 | 1001011 | 0 | 110111 | 100001101 | 111100 | 11100 |
Color Harmonies of #461D73
Complementary color
Monochromatic Colors of #461D73
Black with #461D73
Text Example
Text Example
White with #461D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D73; }
p { color: rgb(70,29,115); }
H1.HeaderClassName
{
color: #461D73;
}
.AnyTagClassName
{
color: #461D73;
}
</style>
background-color css
<style>
a { background-color: #461D73; }
a { background-color: rgb(70,29,115); }
div.DivClassName
{
background-color: #461D73;
}
.BgClassName
{
background-color: #461D73;
}
</style>
border-color css
<style>
span { border-color: #461D73; }
span { border-color: rgb(70,29,115); }
td.TdClassName
{
border-color: #461D73;
}
.TagClassName
{
border-color: #461D73;
}
</style>