Shades of Dark Slate Blue #44448C
Tints of Dark Slate Blue #44448C
RGB
CMYK
RGB Variations
Color information
#44448C (or 0x44448C) is known color: Dark Slate Blue. HEX triplet: 44, 44 and 8C. RGB value is (68,68,140). Sum of RGB (Red+Green+Blue) = 68+68+140=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #44448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44448C is #BBBB73. Grayscale: #4B4B4B. Windows color (decimal): -12303220 or 9192516. OLE color: 9192516.
HSL color Cylindrical-coordinate representation of color #44448C: hue angle of 240º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44448C is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 68 | 140 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.45 |
| HSL | 240º | 0.35% | 0.41% | - |
| HSV(B) | 240º | 0.51% | 0.55% | - |
| XYZ | 9.18 | 7.26 | 25.73 | - |
| YUV | 76.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 140 | 0.51 | 0.51 | 0 | 0.45 | 240 | 0.35 | 0.41 |
| Hex | 44 | 44 | 8C | 33 | 33 | 0 | 2D | F0 | 23 | 29 |
| Octal | 104 | 104 | 214 | 63 | 63 | 0 | 55 | 360 | 43 | 51 |
| Binary | 1000100 | 1000100 | 10001100 | 110011 | 110011 | 0 | 101101 | 11110000 | 100011 | 101001 |
Color Harmonies of #44448C
Complementary color
Monochromatic Colors of #44448C
Black with #44448C
Text Example
Text Example
White with #44448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44448C; }
p { color: rgb(68,68,140); }
H1.HeaderClassName
{
color: #44448C;
}
.AnyTagClassName
{
color: #44448C;
}
</style>
background-color css
<style>
a { background-color: #44448C; }
a { background-color: rgb(68,68,140); }
div.DivClassName
{
background-color: #44448C;
}
.BgClassName
{
background-color: #44448C;
}
</style>
border-color css
<style>
span { border-color: #44448C; }
span { border-color: rgb(68,68,140); }
td.TdClassName
{
border-color: #44448C;
}
.TagClassName
{
border-color: #44448C;
}
</style>