Shades of Blue Diamond #451873
Tints of Blue Diamond #451873
RGB
CMYK
RGB Variations
Color information
#451873 (or 0x451873) is known color: Blue Diamond. HEX triplet: 45, 18 and 73. RGB value is (69,24,115). Sum of RGB (Red+Green+Blue) = 69+24+115=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #451873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451873 is #BAE78C. Grayscale: #2F2F2F. Windows color (decimal): -12248973 or 7542853. OLE color: 7542853.
HSL color Cylindrical-coordinate representation of color #451873: hue angle of 269.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 #451873 is Cyan = 0.4, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 24 | 115 | - |
| CMYK | 0.4 | 0.79 | 0 | 0.55 |
| HSL | 269.67º | 0.65% | 0.27% | - |
| HSV(B) | 269.67º | 0.79% | 0.45% | - |
| XYZ | 5.88 | 3.16 | 16.52 | - |
| YUV | 47.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 115 | 0.4 | 0.79 | 0 | 0.55 | 269.67 | 0.65 | 0.27 |
| Hex | 45 | 18 | 73 | 28 | 4F | 0 | 37 | 10E | 41 | 1B |
| Octal | 105 | 30 | 163 | 50 | 117 | 0 | 67 | 416 | 101 | 33 |
| Binary | 1000101 | 11000 | 1110011 | 101000 | 1001111 | 0 | 110111 | 100001110 | 1000001 | 11011 |
Color Harmonies of #451873
Complementary color
Monochromatic Colors of #451873
Black with #451873
Text Example
Text Example
White with #451873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451873; }
p { color: rgb(69,24,115); }
H1.HeaderClassName
{
color: #451873;
}
.AnyTagClassName
{
color: #451873;
}
</style>
background-color css
<style>
a { background-color: #451873; }
a { background-color: rgb(69,24,115); }
div.DivClassName
{
background-color: #451873;
}
.BgClassName
{
background-color: #451873;
}
</style>
border-color css
<style>
span { border-color: #451873; }
span { border-color: rgb(69,24,115); }
td.TdClassName
{
border-color: #451873;
}
.TagClassName
{
border-color: #451873;
}
</style>