Shades of Blue Diamond #451973
Tints of Blue Diamond #451973
RGB
CMYK
RGB Variations
Color information
#451973 (or 0x451973) is known color: Blue Diamond. HEX triplet: 45, 19 and 73. RGB value is (69,25,115). Sum of RGB (Red+Green+Blue) = 69+25+115=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #451973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451973 is #BAE68C. Grayscale: #303030. Windows color (decimal): -12248717 or 7543109. OLE color: 7543109.
HSL color Cylindrical-coordinate representation of color #451973: hue angle of 269.33º 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 #451973 is Cyan = 0.4, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 25 | 115 | - |
| CMYK | 0.4 | 0.78 | 0 | 0.55 |
| HSL | 269.33º | 0.64% | 0.27% | - |
| HSV(B) | 269.33º | 0.78% | 0.45% | - |
| XYZ | 5.9 | 3.2 | 16.53 | - |
| YUV | 48.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 115 | 0.4 | 0.78 | 0 | 0.55 | 269.33 | 0.64 | 0.27 |
| Hex | 45 | 19 | 73 | 28 | 4E | 0 | 37 | 10D | 40 | 1B |
| Octal | 105 | 31 | 163 | 50 | 116 | 0 | 67 | 415 | 100 | 33 |
| Binary | 1000101 | 11001 | 1110011 | 101000 | 1001110 | 0 | 110111 | 100001101 | 1000000 | 11011 |
Color Harmonies of #451973
Complementary color
Monochromatic Colors of #451973
Black with #451973
Text Example
Text Example
White with #451973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451973; }
p { color: rgb(69,25,115); }
H1.HeaderClassName
{
color: #451973;
}
.AnyTagClassName
{
color: #451973;
}
</style>
background-color css
<style>
a { background-color: #451973; }
a { background-color: rgb(69,25,115); }
div.DivClassName
{
background-color: #451973;
}
.BgClassName
{
background-color: #451973;
}
</style>
border-color css
<style>
span { border-color: #451973; }
span { border-color: rgb(69,25,115); }
td.TdClassName
{
border-color: #451973;
}
.TagClassName
{
border-color: #451973;
}
</style>