Shades of Blue Diamond #461872
Tints of Blue Diamond #461872
RGB
CMYK
RGB Variations
Color information
#461872 (or 0x461872) is known color: Blue Diamond. HEX triplet: 46, 18 and 72. RGB value is (70,24,114). Sum of RGB (Red+Green+Blue) = 70+24+114=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #461872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461872 is #B9E78D. Grayscale: #2F2F2F. Windows color (decimal): -12183438 or 7477318. OLE color: 7477318.
HSL color Cylindrical-coordinate representation of color #461872: hue angle of 270.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461872 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 24 | 114 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.55 |
| HSL | 270.67º | 0.65% | 0.27% | - |
| HSV(B) | 270.67º | 0.79% | 0.45% | - |
| XYZ | 5.89 | 3.17 | 16.22 | - |
| YUV | 48.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 114 | 0.39 | 0.79 | 0 | 0.55 | 270.67 | 0.65 | 0.27 |
| Hex | 46 | 18 | 72 | 27 | 4F | 0 | 37 | 10F | 41 | 1B |
| Octal | 106 | 30 | 162 | 47 | 117 | 0 | 67 | 417 | 101 | 33 |
| Binary | 1000110 | 11000 | 1110010 | 100111 | 1001111 | 0 | 110111 | 100001111 | 1000001 | 11011 |
Color Harmonies of #461872
Complementary color
Monochromatic Colors of #461872
Black with #461872
Text Example
Text Example
White with #461872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461872; }
p { color: rgb(70,24,114); }
H1.HeaderClassName
{
color: #461872;
}
.AnyTagClassName
{
color: #461872;
}
</style>
background-color css
<style>
a { background-color: #461872; }
a { background-color: rgb(70,24,114); }
div.DivClassName
{
background-color: #461872;
}
.BgClassName
{
background-color: #461872;
}
</style>
border-color css
<style>
span { border-color: #461872; }
span { border-color: rgb(70,24,114); }
td.TdClassName
{
border-color: #461872;
}
.TagClassName
{
border-color: #461872;
}
</style>