Shades of Blue Diamond #461F70
Tints of Blue Diamond #461F70
RGB
CMYK
RGB Variations
Color information
#461F70 (or 0x461F70) is known color: Blue Diamond. HEX triplet: 46, 1F and 70. RGB value is (70,31,112). Sum of RGB (Red+Green+Blue) = 70+31+112=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #461F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F70 is #B9E08F. Grayscale: #333333. Windows color (decimal): -12181648 or 7348038. OLE color: 7348038.
HSL color Cylindrical-coordinate representation of color #461F70: hue angle of 268.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #461F70 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 31 | 112 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.56 |
| HSL | 268.89º | 0.57% | 0.28% | - |
| HSV(B) | 268.89º | 0.72% | 0.44% | - |
| XYZ | 5.94 | 3.45 | 15.68 | - |
| YUV | 51.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 112 | 0.38 | 0.72 | 0 | 0.56 | 268.89 | 0.57 | 0.28 |
| Hex | 46 | 1F | 70 | 26 | 48 | 0 | 38 | 10D | 39 | 1C |
| Octal | 106 | 37 | 160 | 46 | 110 | 0 | 70 | 415 | 71 | 34 |
| Binary | 1000110 | 11111 | 1110000 | 100110 | 1001000 | 0 | 111000 | 100001101 | 111001 | 11100 |
Color Harmonies of #461F70
Complementary color
Monochromatic Colors of #461F70
Black with #461F70
Text Example
Text Example
White with #461F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F70; }
p { color: rgb(70,31,112); }
H1.HeaderClassName
{
color: #461F70;
}
.AnyTagClassName
{
color: #461F70;
}
</style>
background-color css
<style>
a { background-color: #461F70; }
a { background-color: rgb(70,31,112); }
div.DivClassName
{
background-color: #461F70;
}
.BgClassName
{
background-color: #461F70;
}
</style>
border-color css
<style>
span { border-color: #461F70; }
span { border-color: rgb(70,31,112); }
td.TdClassName
{
border-color: #461F70;
}
.TagClassName
{
border-color: #461F70;
}
</style>