Shades of Blue Diamond #461574
Tints of Blue Diamond #461574
RGB
CMYK
RGB Variations
Color information
#461574 (or 0x461574) is known color: Blue Diamond. HEX triplet: 46, 15 and 74. RGB value is (70,21,116). Sum of RGB (Red+Green+Blue) = 70+21+116=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #461574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461574 is #B9EA8B. Grayscale: #2E2E2E. Windows color (decimal): -12184204 or 7607622. OLE color: 7607622.
HSL color Cylindrical-coordinate representation of color #461574: hue angle of 270.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461574 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 21 | 116 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.55 |
| HSL | 270.95º | 0.69% | 0.27% | - |
| HSV(B) | 270.95º | 0.82% | 0.45% | - |
| XYZ | 5.95 | 3.1 | 16.81 | - |
| YUV | 46.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 116 | 0.40 | 0.82 | 0 | 0.55 | 270.95 | 0.69 | 0.27 |
| Hex | 46 | 15 | 74 | 28 | 52 | 0 | 37 | 10F | 45 | 1B |
| Octal | 106 | 25 | 164 | 50 | 122 | 0 | 67 | 417 | 105 | 33 |
| Binary | 1000110 | 10101 | 1110100 | 101000 | 1010010 | 0 | 110111 | 100001111 | 1000101 | 11011 |
Color Harmonies of #461574
Complementary color
Monochromatic Colors of #461574
Black with #461574
Text Example
Text Example
White with #461574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461574; }
p { color: rgb(70,21,116); }
H1.HeaderClassName
{
color: #461574;
}
.AnyTagClassName
{
color: #461574;
}
</style>
background-color css
<style>
a { background-color: #461574; }
a { background-color: rgb(70,21,116); }
div.DivClassName
{
background-color: #461574;
}
.BgClassName
{
background-color: #461574;
}
</style>
border-color css
<style>
span { border-color: #461574; }
span { border-color: rgb(70,21,116); }
td.TdClassName
{
border-color: #461574;
}
.TagClassName
{
border-color: #461574;
}
</style>