Shades of Blue Diamond #461B73
Tints of Blue Diamond #461B73
RGB
CMYK
RGB Variations
Color information
#461B73 (or 0x461B73) is known color: Blue Diamond. HEX triplet: 46, 1B and 73. RGB value is (70,27,115). Sum of RGB (Red+Green+Blue) = 70+27+115=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #461B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B73 is #B9E48C. Grayscale: #313131. Windows color (decimal): -12182669 or 7543622. OLE color: 7543622.
HSL color Cylindrical-coordinate representation of color #461B73: hue angle of 269.32º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461B73 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 27 | 115 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.55 |
| HSL | 269.32º | 0.62% | 0.28% | - |
| HSV(B) | 269.32º | 0.77% | 0.45% | - |
| XYZ | 6.01 | 3.32 | 16.54 | - |
| YUV | 49.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 115 | 0.39 | 0.77 | 0 | 0.55 | 269.32 | 0.62 | 0.28 |
| Hex | 46 | 1B | 73 | 27 | 4D | 0 | 37 | 10D | 3E | 1C |
| Octal | 106 | 33 | 163 | 47 | 115 | 0 | 67 | 415 | 76 | 34 |
| Binary | 1000110 | 11011 | 1110011 | 100111 | 1001101 | 0 | 110111 | 100001101 | 111110 | 11100 |
Color Harmonies of #461B73
Complementary color
Monochromatic Colors of #461B73
Black with #461B73
Text Example
Text Example
White with #461B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B73; }
p { color: rgb(70,27,115); }
H1.HeaderClassName
{
color: #461B73;
}
.AnyTagClassName
{
color: #461B73;
}
</style>
background-color css
<style>
a { background-color: #461B73; }
a { background-color: rgb(70,27,115); }
div.DivClassName
{
background-color: #461B73;
}
.BgClassName
{
background-color: #461B73;
}
</style>
border-color css
<style>
span { border-color: #461B73; }
span { border-color: rgb(70,27,115); }
td.TdClassName
{
border-color: #461B73;
}
.TagClassName
{
border-color: #461B73;
}
</style>