Shades of Blue Diamond #461E72
Tints of Blue Diamond #461E72
RGB
CMYK
RGB Variations
Color information
#461E72 (or 0x461E72) is known color: Blue Diamond. HEX triplet: 46, 1E and 72. RGB value is (70,30,114). Sum of RGB (Red+Green+Blue) = 70+30+114=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #461E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E72 is #B9E18D. Grayscale: #333333. Windows color (decimal): -12181902 or 7478854. OLE color: 7478854.
HSL color Cylindrical-coordinate representation of color #461E72: hue angle of 268.57º degrees, saturation: 0.58, 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 #461E72 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 30 | 114 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.55 |
| HSL | 268.57º | 0.58% | 0.28% | - |
| HSV(B) | 268.57º | 0.74% | 0.45% | - |
| XYZ | 6.03 | 3.45 | 16.27 | - |
| YUV | 51.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 114 | 0.39 | 0.74 | 0 | 0.55 | 268.57 | 0.58 | 0.28 |
| Hex | 46 | 1E | 72 | 27 | 4A | 0 | 37 | 10D | 3A | 1C |
| Octal | 106 | 36 | 162 | 47 | 112 | 0 | 67 | 415 | 72 | 34 |
| Binary | 1000110 | 11110 | 1110010 | 100111 | 1001010 | 0 | 110111 | 100001101 | 111010 | 11100 |
Color Harmonies of #461E72
Complementary color
Monochromatic Colors of #461E72
Black with #461E72
Text Example
Text Example
White with #461E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E72; }
p { color: rgb(70,30,114); }
H1.HeaderClassName
{
color: #461E72;
}
.AnyTagClassName
{
color: #461E72;
}
</style>
background-color css
<style>
a { background-color: #461E72; }
a { background-color: rgb(70,30,114); }
div.DivClassName
{
background-color: #461E72;
}
.BgClassName
{
background-color: #461E72;
}
</style>
border-color css
<style>
span { border-color: #461E72; }
span { border-color: rgb(70,30,114); }
td.TdClassName
{
border-color: #461E72;
}
.TagClassName
{
border-color: #461E72;
}
</style>