Shades of Blue Diamond #441776
Tints of Blue Diamond #441776
RGB
CMYK
RGB Variations
Color information
#441776 (or 0x441776) is known color: Blue Diamond. HEX triplet: 44, 17 and 76. RGB value is (68,23,118). Sum of RGB (Red+Green+Blue) = 68+23+118=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #441776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441776 is #BBE889. Grayscale: #2E2E2E. Windows color (decimal): -12314762 or 7739204. OLE color: 7739204.
HSL color Cylindrical-coordinate representation of color #441776: hue angle of 268.42º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441776 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 23 | 118 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.54 |
| HSL | 268.42º | 0.67% | 0.28% | - |
| HSV(B) | 268.42º | 0.81% | 0.46% | - |
| XYZ | 5.96 | 3.15 | 17.43 | - |
| YUV | 47.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 118 | 0.42 | 0.81 | 0 | 0.54 | 268.42 | 0.67 | 0.28 |
| Hex | 44 | 17 | 76 | 2A | 51 | 0 | 36 | 10C | 43 | 1C |
| Octal | 104 | 27 | 166 | 52 | 121 | 0 | 66 | 414 | 103 | 34 |
| Binary | 1000100 | 10111 | 1110110 | 101010 | 1010001 | 0 | 110110 | 100001100 | 1000011 | 11100 |
Color Harmonies of #441776
Complementary color
Monochromatic Colors of #441776
Black with #441776
Text Example
Text Example
White with #441776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441776; }
p { color: rgb(68,23,118); }
H1.HeaderClassName
{
color: #441776;
}
.AnyTagClassName
{
color: #441776;
}
</style>
background-color css
<style>
a { background-color: #441776; }
a { background-color: rgb(68,23,118); }
div.DivClassName
{
background-color: #441776;
}
.BgClassName
{
background-color: #441776;
}
</style>
border-color css
<style>
span { border-color: #441776; }
span { border-color: rgb(68,23,118); }
td.TdClassName
{
border-color: #441776;
}
.TagClassName
{
border-color: #441776;
}
</style>