Shades of Dark Slate Blue #45429B
Tints of Dark Slate Blue #45429B
RGB
CMYK
RGB Variations
Color information
#45429B (or 0x45429B) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 9B. RGB value is (69,66,155). Sum of RGB (Red+Green+Blue) = 69+66+155=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #45429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45429B is #BABD64. Grayscale: #4C4C4C. Windows color (decimal): -12238181 or 10175045. OLE color: 10175045.
HSL color Cylindrical-coordinate representation of color #45429B: hue angle of 242.02º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45429B is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 66 | 155 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.39 |
| HSL | 242.02º | 0.4% | 0.43% | - |
| HSV(B) | 242.02º | 0.57% | 0.61% | - |
| XYZ | 10.32 | 7.53 | 31.92 | - |
| YUV | 77.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 155 | 0.55 | 0.57 | 0 | 0.39 | 242.02 | 0.4 | 0.43 |
| Hex | 45 | 42 | 9B | 37 | 39 | 0 | 27 | F2 | 28 | 2B |
| Octal | 105 | 102 | 233 | 67 | 71 | 0 | 47 | 362 | 50 | 53 |
| Binary | 1000101 | 1000010 | 10011011 | 110111 | 111001 | 0 | 100111 | 11110010 | 101000 | 101011 |
Color Harmonies of #45429B
Complementary color
Monochromatic Colors of #45429B
Black with #45429B
Text Example
Text Example
White with #45429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45429B; }
p { color: rgb(69,66,155); }
H1.HeaderClassName
{
color: #45429B;
}
.AnyTagClassName
{
color: #45429B;
}
</style>
background-color css
<style>
a { background-color: #45429B; }
a { background-color: rgb(69,66,155); }
div.DivClassName
{
background-color: #45429B;
}
.BgClassName
{
background-color: #45429B;
}
</style>
border-color css
<style>
span { border-color: #45429B; }
span { border-color: rgb(69,66,155); }
td.TdClassName
{
border-color: #45429B;
}
.TagClassName
{
border-color: #45429B;
}
</style>