Shades of Blue Diamond #461972
Tints of Blue Diamond #461972
RGB
CMYK
RGB Variations
Color information
#461972 (or 0x461972) is known color: Blue Diamond. HEX triplet: 46, 19 and 72. RGB value is (70,25,114). Sum of RGB (Red+Green+Blue) = 70+25+114=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #461972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461972 is #B9E68D. Grayscale: #303030. Windows color (decimal): -12183182 or 7477574. OLE color: 7477574.
HSL color Cylindrical-coordinate representation of color #461972: hue angle of 270.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461972 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 25 | 114 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.55 |
| HSL | 270.34º | 0.64% | 0.27% | - |
| HSV(B) | 270.34º | 0.78% | 0.45% | - |
| XYZ | 5.91 | 3.21 | 16.23 | - |
| YUV | 48.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 114 | 0.39 | 0.78 | 0 | 0.55 | 270.34 | 0.64 | 0.27 |
| Hex | 46 | 19 | 72 | 27 | 4E | 0 | 37 | 10E | 40 | 1B |
| Octal | 106 | 31 | 162 | 47 | 116 | 0 | 67 | 416 | 100 | 33 |
| Binary | 1000110 | 11001 | 1110010 | 100111 | 1001110 | 0 | 110111 | 100001110 | 1000000 | 11011 |
Color Harmonies of #461972
Complementary color
Monochromatic Colors of #461972
Black with #461972
Text Example
Text Example
White with #461972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461972; }
p { color: rgb(70,25,114); }
H1.HeaderClassName
{
color: #461972;
}
.AnyTagClassName
{
color: #461972;
}
</style>
background-color css
<style>
a { background-color: #461972; }
a { background-color: rgb(70,25,114); }
div.DivClassName
{
background-color: #461972;
}
.BgClassName
{
background-color: #461972;
}
</style>
border-color css
<style>
span { border-color: #461972; }
span { border-color: rgb(70,25,114); }
td.TdClassName
{
border-color: #461972;
}
.TagClassName
{
border-color: #461972;
}
</style>