Shades of Dark Slate Blue #45428B
Tints of Dark Slate Blue #45428B
RGB
CMYK
RGB Variations
Color information
#45428B (or 0x45428B) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 8B. RGB value is (69,66,139). Sum of RGB (Red+Green+Blue) = 69+66+139=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 66 (26.17% from 255 or 24.09% 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 #45428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45428B is #BABD74. Grayscale: #4A4A4A. Windows color (decimal): -12238197 or 9126469. OLE color: 9126469.
HSL color Cylindrical-coordinate representation of color #45428B: hue angle of 242.47º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45428B is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 66 | 139 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.45 |
| HSL | 242.47º | 0.36% | 0.4% | - |
| HSV(B) | 242.47º | 0.53% | 0.55% | - |
| XYZ | 9.06 | 7.03 | 25.3 | - |
| YUV | 75.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 139 | 0.50 | 0.53 | 0 | 0.45 | 242.47 | 0.36 | 0.4 |
| Hex | 45 | 42 | 8B | 32 | 35 | 0 | 2D | F2 | 24 | 28 |
| Octal | 105 | 102 | 213 | 62 | 65 | 0 | 55 | 362 | 44 | 50 |
| Binary | 1000101 | 1000010 | 10001011 | 110010 | 110101 | 0 | 101101 | 11110010 | 100100 | 101000 |
Color Harmonies of #45428B
Complementary color
Monochromatic Colors of #45428B
Black with #45428B
Text Example
Text Example
White with #45428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45428B; }
p { color: rgb(69,66,139); }
H1.HeaderClassName
{
color: #45428B;
}
.AnyTagClassName
{
color: #45428B;
}
</style>
background-color css
<style>
a { background-color: #45428B; }
a { background-color: rgb(69,66,139); }
div.DivClassName
{
background-color: #45428B;
}
.BgClassName
{
background-color: #45428B;
}
</style>
border-color css
<style>
span { border-color: #45428B; }
span { border-color: rgb(69,66,139); }
td.TdClassName
{
border-color: #45428B;
}
.TagClassName
{
border-color: #45428B;
}
</style>