Shades of Blue Diamond #44246B
Tints of Blue Diamond #44246B
RGB
CMYK
RGB Variations
Color information
#44246B (or 0x44246B) is known color: Blue Diamond. HEX triplet: 44, 24 and 6B. RGB value is (68,36,107). Sum of RGB (Red+Green+Blue) = 68+36+107=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #44246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44246B is #BBDB94. Grayscale: #353535. Windows color (decimal): -12311445 or 7021636. OLE color: 7021636.
HSL color Cylindrical-coordinate representation of color #44246B: hue angle of 267.04º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44246B is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 36 | 107 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.58 |
| HSL | 267.04º | 0.5% | 0.28% | - |
| HSV(B) | 267.04º | 0.66% | 0.42% | - |
| XYZ | 5.67 | 3.55 | 14.3 | - |
| YUV | 53.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 107 | 0.36 | 0.66 | 0 | 0.58 | 267.04 | 0.5 | 0.28 |
| Hex | 44 | 24 | 6B | 24 | 42 | 0 | 3A | 10B | 32 | 1C |
| Octal | 104 | 44 | 153 | 44 | 102 | 0 | 72 | 413 | 62 | 34 |
| Binary | 1000100 | 100100 | 1101011 | 100100 | 1000010 | 0 | 111010 | 100001011 | 110010 | 11100 |
Color Harmonies of #44246B
Complementary color
Monochromatic Colors of #44246B
Black with #44246B
Text Example
Text Example
White with #44246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44246B; }
p { color: rgb(68,36,107); }
H1.HeaderClassName
{
color: #44246B;
}
.AnyTagClassName
{
color: #44246B;
}
</style>
background-color css
<style>
a { background-color: #44246B; }
a { background-color: rgb(68,36,107); }
div.DivClassName
{
background-color: #44246B;
}
.BgClassName
{
background-color: #44246B;
}
</style>
border-color css
<style>
span { border-color: #44246B; }
span { border-color: rgb(68,36,107); }
td.TdClassName
{
border-color: #44246B;
}
.TagClassName
{
border-color: #44246B;
}
</style>