Shades of Dark Slate Blue #44458B
Tints of Dark Slate Blue #44458B
RGB
CMYK
RGB Variations
Color information
#44458B (or 0x44458B) is known color: Dark Slate Blue. HEX triplet: 44, 45 and 8B. RGB value is (68,69,139). Sum of RGB (Red+Green+Blue) = 68+69+139=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #44458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44458B is #BBBA74. Grayscale: #4C4C4C. Windows color (decimal): -12302965 or 9127236. OLE color: 9127236.
HSL color Cylindrical-coordinate representation of color #44458B: hue angle of 239.15º degrees, saturation: 0.34, 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 #44458B is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 69 | 139 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.45 |
| HSL | 239.15º | 0.34% | 0.41% | - |
| HSV(B) | 239.15º | 0.51% | 0.55% | - |
| XYZ | 9.17 | 7.35 | 25.36 | - |
| YUV | 76.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 139 | 0.51 | 0.50 | 0 | 0.45 | 239.15 | 0.34 | 0.41 |
| Hex | 44 | 45 | 8B | 33 | 32 | 0 | 2D | EF | 22 | 29 |
| Octal | 104 | 105 | 213 | 63 | 62 | 0 | 55 | 357 | 42 | 51 |
| Binary | 1000100 | 1000101 | 10001011 | 110011 | 110010 | 0 | 101101 | 11101111 | 100010 | 101001 |
Color Harmonies of #44458B
Complementary color
Monochromatic Colors of #44458B
Black with #44458B
Text Example
Text Example
White with #44458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44458B; }
p { color: rgb(68,69,139); }
H1.HeaderClassName
{
color: #44458B;
}
.AnyTagClassName
{
color: #44458B;
}
</style>
background-color css
<style>
a { background-color: #44458B; }
a { background-color: rgb(68,69,139); }
div.DivClassName
{
background-color: #44458B;
}
.BgClassName
{
background-color: #44458B;
}
</style>
border-color css
<style>
span { border-color: #44458B; }
span { border-color: rgb(68,69,139); }
td.TdClassName
{
border-color: #44458B;
}
.TagClassName
{
border-color: #44458B;
}
</style>