Shades of Blue Diamond #461C72
Tints of Blue Diamond #461C72
RGB
CMYK
RGB Variations
Color information
#461C72 (or 0x461C72) is known color: Blue Diamond. HEX triplet: 46, 1C and 72. RGB value is (70,28,114). Sum of RGB (Red+Green+Blue) = 70+28+114=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #461C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C72 is #B9E38D. Grayscale: #323232. Windows color (decimal): -12182414 or 7478342. OLE color: 7478342.
HSL color Cylindrical-coordinate representation of color #461C72: hue angle of 269.3º degrees, saturation: 0.61, 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 #461C72 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 28 | 114 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.55 |
| HSL | 269.3º | 0.61% | 0.28% | - |
| HSV(B) | 269.3º | 0.75% | 0.45% | - |
| XYZ | 5.98 | 3.35 | 16.25 | - |
| YUV | 50.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 114 | 0.39 | 0.75 | 0 | 0.55 | 269.3 | 0.61 | 0.28 |
| Hex | 46 | 1C | 72 | 27 | 4B | 0 | 37 | 10D | 3D | 1C |
| Octal | 106 | 34 | 162 | 47 | 113 | 0 | 67 | 415 | 75 | 34 |
| Binary | 1000110 | 11100 | 1110010 | 100111 | 1001011 | 0 | 110111 | 100001101 | 111101 | 11100 |
Color Harmonies of #461C72
Complementary color
Monochromatic Colors of #461C72
Black with #461C72
Text Example
Text Example
White with #461C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C72; }
p { color: rgb(70,28,114); }
H1.HeaderClassName
{
color: #461C72;
}
.AnyTagClassName
{
color: #461C72;
}
</style>
background-color css
<style>
a { background-color: #461C72; }
a { background-color: rgb(70,28,114); }
div.DivClassName
{
background-color: #461C72;
}
.BgClassName
{
background-color: #461C72;
}
</style>
border-color css
<style>
span { border-color: #461C72; }
span { border-color: rgb(70,28,114); }
td.TdClassName
{
border-color: #461C72;
}
.TagClassName
{
border-color: #461C72;
}
</style>