Shades of Blue Diamond #461973
Tints of Blue Diamond #461973
RGB
CMYK
RGB Variations
Color information
#461973 (or 0x461973) is known color: Blue Diamond. HEX triplet: 46, 19 and 73. RGB value is (70,25,115). Sum of RGB (Red+Green+Blue) = 70+25+115=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #461973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461973 is #B9E68C. Grayscale: #303030. Windows color (decimal): -12183181 or 7543110. OLE color: 7543110.
HSL color Cylindrical-coordinate representation of color #461973: hue angle of 270º 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 #461973 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 25 | 115 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.55 |
| HSL | 270º | 0.64% | 0.27% | - |
| HSV(B) | 270º | 0.78% | 0.45% | - |
| XYZ | 5.97 | 3.24 | 16.53 | - |
| YUV | 48.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 115 | 0.39 | 0.78 | 0 | 0.55 | 270 | 0.64 | 0.27 |
| Hex | 46 | 19 | 73 | 27 | 4E | 0 | 37 | 10E | 40 | 1B |
| Octal | 106 | 31 | 163 | 47 | 116 | 0 | 67 | 416 | 100 | 33 |
| Binary | 1000110 | 11001 | 1110011 | 100111 | 1001110 | 0 | 110111 | 100001110 | 1000000 | 11011 |
Color Harmonies of #461973
Complementary color
Monochromatic Colors of #461973
Black with #461973
Text Example
Text Example
White with #461973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461973; }
p { color: rgb(70,25,115); }
H1.HeaderClassName
{
color: #461973;
}
.AnyTagClassName
{
color: #461973;
}
</style>
background-color css
<style>
a { background-color: #461973; }
a { background-color: rgb(70,25,115); }
div.DivClassName
{
background-color: #461973;
}
.BgClassName
{
background-color: #461973;
}
</style>
border-color css
<style>
span { border-color: #461973; }
span { border-color: rgb(70,25,115); }
td.TdClassName
{
border-color: #461973;
}
.TagClassName
{
border-color: #461973;
}
</style>