Shades of Blue Diamond #451470
Tints of Blue Diamond #451470
RGB
CMYK
RGB Variations
Color information
#451470 (or 0x451470) is known color: Blue Diamond. HEX triplet: 45, 14 and 70. RGB value is (69,20,112). Sum of RGB (Red+Green+Blue) = 69+20+112=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #451470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451470 is #BAEB8F. Grayscale: #2C2C2C. Windows color (decimal): -12250000 or 7345221. OLE color: 7345221.
HSL color Cylindrical-coordinate representation of color #451470: hue angle of 271.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451470 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 20 | 112 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.56 |
| HSL | 271.96º | 0.7% | 0.26% | - |
| HSV(B) | 271.96º | 0.82% | 0.44% | - |
| XYZ | 5.63 | 2.94 | 15.6 | - |
| YUV | 45.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 112 | 0.38 | 0.82 | 0 | 0.56 | 271.96 | 0.7 | 0.26 |
| Hex | 45 | 14 | 70 | 26 | 52 | 0 | 38 | 110 | 46 | 1A |
| Octal | 105 | 24 | 160 | 46 | 122 | 0 | 70 | 420 | 106 | 32 |
| Binary | 1000101 | 10100 | 1110000 | 100110 | 1010010 | 0 | 111000 | 100010000 | 1000110 | 11010 |
Color Harmonies of #451470
Complementary color
Monochromatic Colors of #451470
Black with #451470
Text Example
Text Example
White with #451470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451470; }
p { color: rgb(69,20,112); }
H1.HeaderClassName
{
color: #451470;
}
.AnyTagClassName
{
color: #451470;
}
</style>
background-color css
<style>
a { background-color: #451470; }
a { background-color: rgb(69,20,112); }
div.DivClassName
{
background-color: #451470;
}
.BgClassName
{
background-color: #451470;
}
</style>
border-color css
<style>
span { border-color: #451470; }
span { border-color: rgb(69,20,112); }
td.TdClassName
{
border-color: #451470;
}
.TagClassName
{
border-color: #451470;
}
</style>