Shades of Blue Diamond #461A74
Tints of Blue Diamond #461A74
RGB
CMYK
RGB Variations
Color information
#461A74 (or 0x461A74) is known color: Blue Diamond. HEX triplet: 46, 1A and 74. RGB value is (70,26,116). Sum of RGB (Red+Green+Blue) = 70+26+116=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #461A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A74 is #B9E58B. Grayscale: #313131. Windows color (decimal): -12182924 or 7608902. OLE color: 7608902.
HSL color Cylindrical-coordinate representation of color #461A74: hue angle of 269.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461A74 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 26 | 116 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.55 |
| HSL | 269.33º | 0.63% | 0.28% | - |
| HSV(B) | 269.33º | 0.78% | 0.45% | - |
| XYZ | 6.05 | 3.3 | 16.84 | - |
| YUV | 49.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 116 | 0.40 | 0.78 | 0 | 0.55 | 269.33 | 0.63 | 0.28 |
| Hex | 46 | 1A | 74 | 28 | 4E | 0 | 37 | 10D | 3F | 1C |
| Octal | 106 | 32 | 164 | 50 | 116 | 0 | 67 | 415 | 77 | 34 |
| Binary | 1000110 | 11010 | 1110100 | 101000 | 1001110 | 0 | 110111 | 100001101 | 111111 | 11100 |
Color Harmonies of #461A74
Complementary color
Monochromatic Colors of #461A74
Black with #461A74
Text Example
Text Example
White with #461A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A74; }
p { color: rgb(70,26,116); }
H1.HeaderClassName
{
color: #461A74;
}
.AnyTagClassName
{
color: #461A74;
}
</style>
background-color css
<style>
a { background-color: #461A74; }
a { background-color: rgb(70,26,116); }
div.DivClassName
{
background-color: #461A74;
}
.BgClassName
{
background-color: #461A74;
}
</style>
border-color css
<style>
span { border-color: #461A74; }
span { border-color: rgb(70,26,116); }
td.TdClassName
{
border-color: #461A74;
}
.TagClassName
{
border-color: #461A74;
}
</style>