Shades of Blue Diamond #461A72
Tints of Blue Diamond #461A72
RGB
CMYK
RGB Variations
Color information
#461A72 (or 0x461A72) is known color: Blue Diamond. HEX triplet: 46, 1A and 72. RGB value is (70,26,114). Sum of RGB (Red+Green+Blue) = 70+26+114=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #461A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A72 is #B9E58D. Grayscale: #303030. Windows color (decimal): -12182926 or 7477830. OLE color: 7477830.
HSL color Cylindrical-coordinate representation of color #461A72: hue angle of 270º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461A72 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 26 | 114 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.55 |
| HSL | 270º | 0.63% | 0.27% | - |
| HSV(B) | 270º | 0.77% | 0.45% | - |
| XYZ | 5.93 | 3.26 | 16.24 | - |
| YUV | 49.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 114 | 0.39 | 0.77 | 0 | 0.55 | 270 | 0.63 | 0.27 |
| Hex | 46 | 1A | 72 | 27 | 4D | 0 | 37 | 10E | 3F | 1B |
| Octal | 106 | 32 | 162 | 47 | 115 | 0 | 67 | 416 | 77 | 33 |
| Binary | 1000110 | 11010 | 1110010 | 100111 | 1001101 | 0 | 110111 | 100001110 | 111111 | 11011 |
Color Harmonies of #461A72
Complementary color
Monochromatic Colors of #461A72
Black with #461A72
Text Example
Text Example
White with #461A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A72; }
p { color: rgb(70,26,114); }
H1.HeaderClassName
{
color: #461A72;
}
.AnyTagClassName
{
color: #461A72;
}
</style>
background-color css
<style>
a { background-color: #461A72; }
a { background-color: rgb(70,26,114); }
div.DivClassName
{
background-color: #461A72;
}
.BgClassName
{
background-color: #461A72;
}
</style>
border-color css
<style>
span { border-color: #461A72; }
span { border-color: rgb(70,26,114); }
td.TdClassName
{
border-color: #461A72;
}
.TagClassName
{
border-color: #461A72;
}
</style>