Shades of Blue Diamond #451970
Tints of Blue Diamond #451970
RGB
CMYK
RGB Variations
Color information
#451970 (or 0x451970) is known color: Blue Diamond. HEX triplet: 45, 19 and 70. RGB value is (69,25,112). Sum of RGB (Red+Green+Blue) = 69+25+112=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #451970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451970 is #BAE68F. Grayscale: #2F2F2F. Windows color (decimal): -12248720 or 7346501. OLE color: 7346501.
HSL color Cylindrical-coordinate representation of color #451970: hue angle of 270.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451970 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 25 | 112 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.56 |
| HSL | 270.34º | 0.64% | 0.27% | - |
| HSV(B) | 270.34º | 0.78% | 0.44% | - |
| XYZ | 5.73 | 3.13 | 15.63 | - |
| YUV | 48.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 112 | 0.38 | 0.78 | 0 | 0.56 | 270.34 | 0.64 | 0.27 |
| Hex | 45 | 19 | 70 | 26 | 4E | 0 | 38 | 10E | 40 | 1B |
| Octal | 105 | 31 | 160 | 46 | 116 | 0 | 70 | 416 | 100 | 33 |
| Binary | 1000101 | 11001 | 1110000 | 100110 | 1001110 | 0 | 111000 | 100001110 | 1000000 | 11011 |
Color Harmonies of #451970
Complementary color
Monochromatic Colors of #451970
Black with #451970
Text Example
Text Example
White with #451970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451970; }
p { color: rgb(69,25,112); }
H1.HeaderClassName
{
color: #451970;
}
.AnyTagClassName
{
color: #451970;
}
</style>
background-color css
<style>
a { background-color: #451970; }
a { background-color: rgb(69,25,112); }
div.DivClassName
{
background-color: #451970;
}
.BgClassName
{
background-color: #451970;
}
</style>
border-color css
<style>
span { border-color: #451970; }
span { border-color: rgb(69,25,112); }
td.TdClassName
{
border-color: #451970;
}
.TagClassName
{
border-color: #451970;
}
</style>