Shades of Dark Slate Blue #43448B
Tints of Dark Slate Blue #43448B
RGB
CMYK
RGB Variations
Color information
#43448B (or 0x43448B) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 8B. RGB value is (67,68,139). Sum of RGB (Red+Green+Blue) = 67+68+139=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #43448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43448B is #BCBB74. Grayscale: #4B4B4B. Windows color (decimal): -12368757 or 9126979. OLE color: 9126979.
HSL color Cylindrical-coordinate representation of color #43448B: hue angle of 239.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43448B is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 68 | 139 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.45 |
| HSL | 239.17º | 0.35% | 0.4% | - |
| HSV(B) | 239.17º | 0.52% | 0.55% | - |
| XYZ | 9.04 | 7.19 | 25.34 | - |
| YUV | 75.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 139 | 0.52 | 0.51 | 0 | 0.45 | 239.17 | 0.35 | 0.4 |
| Hex | 43 | 44 | 8B | 34 | 33 | 0 | 2D | EF | 23 | 28 |
| Octal | 103 | 104 | 213 | 64 | 63 | 0 | 55 | 357 | 43 | 50 |
| Binary | 1000011 | 1000100 | 10001011 | 110100 | 110011 | 0 | 101101 | 11101111 | 100011 | 101000 |
Color Harmonies of #43448B
Complementary color
Monochromatic Colors of #43448B
Black with #43448B
Text Example
Text Example
White with #43448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43448B; }
p { color: rgb(67,68,139); }
H1.HeaderClassName
{
color: #43448B;
}
.AnyTagClassName
{
color: #43448B;
}
</style>
background-color css
<style>
a { background-color: #43448B; }
a { background-color: rgb(67,68,139); }
div.DivClassName
{
background-color: #43448B;
}
.BgClassName
{
background-color: #43448B;
}
</style>
border-color css
<style>
span { border-color: #43448B; }
span { border-color: rgb(67,68,139); }
td.TdClassName
{
border-color: #43448B;
}
.TagClassName
{
border-color: #43448B;
}
</style>