Shades of Blue Diamond #441974
Tints of Blue Diamond #441974
RGB
CMYK
RGB Variations
Color information
#441974 (or 0x441974) is known color: Blue Diamond. HEX triplet: 44, 19 and 74. RGB value is (68,25,116). Sum of RGB (Red+Green+Blue) = 68+25+116=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #441974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441974 is #BBE68B. Grayscale: #2F2F2F. Windows color (decimal): -12314252 or 7608644. OLE color: 7608644.
HSL color Cylindrical-coordinate representation of color #441974: hue angle of 268.35º degrees, saturation: 0.65, 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 #441974 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 25 | 116 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.55 |
| HSL | 268.35º | 0.65% | 0.28% | - |
| HSV(B) | 268.35º | 0.78% | 0.45% | - |
| XYZ | 5.88 | 3.19 | 16.83 | - |
| YUV | 48.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 116 | 0.41 | 0.78 | 0 | 0.55 | 268.35 | 0.65 | 0.28 |
| Hex | 44 | 19 | 74 | 29 | 4E | 0 | 37 | 10C | 41 | 1C |
| Octal | 104 | 31 | 164 | 51 | 116 | 0 | 67 | 414 | 101 | 34 |
| Binary | 1000100 | 11001 | 1110100 | 101001 | 1001110 | 0 | 110111 | 100001100 | 1000001 | 11100 |
Color Harmonies of #441974
Complementary color
Monochromatic Colors of #441974
Black with #441974
Text Example
Text Example
White with #441974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441974; }
p { color: rgb(68,25,116); }
H1.HeaderClassName
{
color: #441974;
}
.AnyTagClassName
{
color: #441974;
}
</style>
background-color css
<style>
a { background-color: #441974; }
a { background-color: rgb(68,25,116); }
div.DivClassName
{
background-color: #441974;
}
.BgClassName
{
background-color: #441974;
}
</style>
border-color css
<style>
span { border-color: #441974; }
span { border-color: rgb(68,25,116); }
td.TdClassName
{
border-color: #441974;
}
.TagClassName
{
border-color: #441974;
}
</style>