Shades of Dark Slate Blue #45428C
Tints of Dark Slate Blue #45428C
RGB
CMYK
RGB Variations
Color information
#45428C (or 0x45428C) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 8C. RGB value is (69,66,140). Sum of RGB (Red+Green+Blue) = 69+66+140=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #45428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45428C is #BABD73. Grayscale: #4B4B4B. Windows color (decimal): -12238196 or 9192005. OLE color: 9192005.
HSL color Cylindrical-coordinate representation of color #45428C: hue angle of 242.43º 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 #45428C is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 66 | 140 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.45 |
| HSL | 242.43º | 0.36% | 0.4% | - |
| HSV(B) | 242.43º | 0.53% | 0.55% | - |
| XYZ | 9.14 | 7.06 | 25.69 | - |
| YUV | 75.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 140 | 0.51 | 0.53 | 0 | 0.45 | 242.43 | 0.36 | 0.4 |
| Hex | 45 | 42 | 8C | 33 | 35 | 0 | 2D | F2 | 24 | 28 |
| Octal | 105 | 102 | 214 | 63 | 65 | 0 | 55 | 362 | 44 | 50 |
| Binary | 1000101 | 1000010 | 10001100 | 110011 | 110101 | 0 | 101101 | 11110010 | 100100 | 101000 |
Color Harmonies of #45428C
Complementary color
Monochromatic Colors of #45428C
Black with #45428C
Text Example
Text Example
White with #45428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45428C; }
p { color: rgb(69,66,140); }
H1.HeaderClassName
{
color: #45428C;
}
.AnyTagClassName
{
color: #45428C;
}
</style>
background-color css
<style>
a { background-color: #45428C; }
a { background-color: rgb(69,66,140); }
div.DivClassName
{
background-color: #45428C;
}
.BgClassName
{
background-color: #45428C;
}
</style>
border-color css
<style>
span { border-color: #45428C; }
span { border-color: rgb(69,66,140); }
td.TdClassName
{
border-color: #45428C;
}
.TagClassName
{
border-color: #45428C;
}
</style>