Shades of Blue Diamond #44266A
Tints of Blue Diamond #44266A
RGB
CMYK
RGB Variations
Color information
#44266A (or 0x44266A) is known color: Blue Diamond. HEX triplet: 44, 26 and 6A. RGB value is (68,38,106). Sum of RGB (Red+Green+Blue) = 68+38+106=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #44266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44266A is #BBD995. Grayscale: #363636. Windows color (decimal): -12310934 or 6956612. OLE color: 6956612.
HSL color Cylindrical-coordinate representation of color #44266A: hue angle of 266.47º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44266A is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 38 | 106 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.58 |
| HSL | 266.47º | 0.47% | 0.28% | - |
| HSV(B) | 266.47º | 0.64% | 0.42% | - |
| XYZ | 5.68 | 3.66 | 14.04 | - |
| YUV | 54.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 106 | 0.36 | 0.64 | 0 | 0.58 | 266.47 | 0.47 | 0.28 |
| Hex | 44 | 26 | 6A | 24 | 40 | 0 | 3A | 10A | 2F | 1C |
| Octal | 104 | 46 | 152 | 44 | 100 | 0 | 72 | 412 | 57 | 34 |
| Binary | 1000100 | 100110 | 1101010 | 100100 | 1000000 | 0 | 111010 | 100001010 | 101111 | 11100 |
Color Harmonies of #44266A
Complementary color
Monochromatic Colors of #44266A
Black with #44266A
Text Example
Text Example
White with #44266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44266A; }
p { color: rgb(68,38,106); }
H1.HeaderClassName
{
color: #44266A;
}
.AnyTagClassName
{
color: #44266A;
}
</style>
background-color css
<style>
a { background-color: #44266A; }
a { background-color: rgb(68,38,106); }
div.DivClassName
{
background-color: #44266A;
}
.BgClassName
{
background-color: #44266A;
}
</style>
border-color css
<style>
span { border-color: #44266A; }
span { border-color: rgb(68,38,106); }
td.TdClassName
{
border-color: #44266A;
}
.TagClassName
{
border-color: #44266A;
}
</style>