Shades of Dark Slate Blue #45449B
Tints of Dark Slate Blue #45449B
RGB
CMYK
RGB Variations
Color information
#45449B (or 0x45449B) is known color: Dark Slate Blue. HEX triplet: 45, 44 and 9B. RGB value is (69,68,155). Sum of RGB (Red+Green+Blue) = 69+68+155=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #45449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45449B is #BABB64. Grayscale: #4D4D4D. Windows color (decimal): -12237669 or 10175557. OLE color: 10175557.
HSL color Cylindrical-coordinate representation of color #45449B: hue angle of 240.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45449B is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 68 | 155 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.39 |
| HSL | 240.69º | 0.39% | 0.44% | - |
| HSV(B) | 240.69º | 0.56% | 0.61% | - |
| XYZ | 10.44 | 7.77 | 31.96 | - |
| YUV | 78.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 155 | 0.55 | 0.56 | 0 | 0.39 | 240.69 | 0.39 | 0.44 |
| Hex | 45 | 44 | 9B | 37 | 38 | 0 | 27 | F1 | 27 | 2C |
| Octal | 105 | 104 | 233 | 67 | 70 | 0 | 47 | 361 | 47 | 54 |
| Binary | 1000101 | 1000100 | 10011011 | 110111 | 111000 | 0 | 100111 | 11110001 | 100111 | 101100 |
Color Harmonies of #45449B
Complementary color
Monochromatic Colors of #45449B
Black with #45449B
Text Example
Text Example
White with #45449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45449B; }
p { color: rgb(69,68,155); }
H1.HeaderClassName
{
color: #45449B;
}
.AnyTagClassName
{
color: #45449B;
}
</style>
background-color css
<style>
a { background-color: #45449B; }
a { background-color: rgb(69,68,155); }
div.DivClassName
{
background-color: #45449B;
}
.BgClassName
{
background-color: #45449B;
}
</style>
border-color css
<style>
span { border-color: #45449B; }
span { border-color: rgb(69,68,155); }
td.TdClassName
{
border-color: #45449B;
}
.TagClassName
{
border-color: #45449B;
}
</style>