Shades of Blue Diamond #461E73
Tints of Blue Diamond #461E73
RGB
CMYK
RGB Variations
Color information
#461E73 (or 0x461E73) is known color: Blue Diamond. HEX triplet: 46, 1E and 73. RGB value is (70,30,115). Sum of RGB (Red+Green+Blue) = 70+30+115=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #461E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E73 is #B9E18C. Grayscale: #333333. Windows color (decimal): -12181901 or 7544390. OLE color: 7544390.
HSL color Cylindrical-coordinate representation of color #461E73: hue angle of 268.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461E73 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 30 | 115 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.55 |
| HSL | 268.24º | 0.59% | 0.28% | - |
| HSV(B) | 268.24º | 0.74% | 0.45% | - |
| XYZ | 6.08 | 3.47 | 16.57 | - |
| YUV | 51.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 115 | 0.39 | 0.74 | 0 | 0.55 | 268.24 | 0.59 | 0.28 |
| Hex | 46 | 1E | 73 | 27 | 4A | 0 | 37 | 10C | 3B | 1C |
| Octal | 106 | 36 | 163 | 47 | 112 | 0 | 67 | 414 | 73 | 34 |
| Binary | 1000110 | 11110 | 1110011 | 100111 | 1001010 | 0 | 110111 | 100001100 | 111011 | 11100 |
Color Harmonies of #461E73
Complementary color
Monochromatic Colors of #461E73
Black with #461E73
Text Example
Text Example
White with #461E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E73; }
p { color: rgb(70,30,115); }
H1.HeaderClassName
{
color: #461E73;
}
.AnyTagClassName
{
color: #461E73;
}
</style>
background-color css
<style>
a { background-color: #461E73; }
a { background-color: rgb(70,30,115); }
div.DivClassName
{
background-color: #461E73;
}
.BgClassName
{
background-color: #461E73;
}
</style>
border-color css
<style>
span { border-color: #461E73; }
span { border-color: rgb(70,30,115); }
td.TdClassName
{
border-color: #461E73;
}
.TagClassName
{
border-color: #461E73;
}
</style>