Shades of Dark Slate Blue #45438F
Tints of Dark Slate Blue #45438F
RGB
CMYK
RGB Variations
Color information
#45438F (or 0x45438F) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 8F. RGB value is (69,67,143). Sum of RGB (Red+Green+Blue) = 69+67+143=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #45438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45438F is #BABC70. Grayscale: #4B4B4B. Windows color (decimal): -12237937 or 9388869. OLE color: 9388869.
HSL color Cylindrical-coordinate representation of color #45438F: hue angle of 241.58º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45438F is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 67 | 143 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.44 |
| HSL | 241.58º | 0.36% | 0.41% | - |
| HSV(B) | 241.58º | 0.53% | 0.56% | - |
| XYZ | 9.42 | 7.26 | 26.89 | - |
| YUV | 76.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 143 | 0.52 | 0.53 | 0 | 0.44 | 241.58 | 0.36 | 0.41 |
| Hex | 45 | 43 | 8F | 34 | 35 | 0 | 2C | F2 | 24 | 29 |
| Octal | 105 | 103 | 217 | 64 | 65 | 0 | 54 | 362 | 44 | 51 |
| Binary | 1000101 | 1000011 | 10001111 | 110100 | 110101 | 0 | 101100 | 11110010 | 100100 | 101001 |
Color Harmonies of #45438F
Complementary color
Monochromatic Colors of #45438F
Black with #45438F
Text Example
Text Example
White with #45438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45438F; }
p { color: rgb(69,67,143); }
H1.HeaderClassName
{
color: #45438F;
}
.AnyTagClassName
{
color: #45438F;
}
</style>
background-color css
<style>
a { background-color: #45438F; }
a { background-color: rgb(69,67,143); }
div.DivClassName
{
background-color: #45438F;
}
.BgClassName
{
background-color: #45438F;
}
</style>
border-color css
<style>
span { border-color: #45438F; }
span { border-color: rgb(69,67,143); }
td.TdClassName
{
border-color: #45438F;
}
.TagClassName
{
border-color: #45438F;
}
</style>