Shades of Dark Slate Blue #45418C
Tints of Dark Slate Blue #45418C
RGB
CMYK
RGB Variations
Color information
#45418C (or 0x45418C) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 8C. RGB value is (69,65,140). Sum of RGB (Red+Green+Blue) = 69+65+140=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #45418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45418C is #BABE73. Grayscale: #4A4A4A. Windows color (decimal): -12238452 or 9191749. OLE color: 9191749.
HSL color Cylindrical-coordinate representation of color #45418C: hue angle of 243.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45418C is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 65 | 140 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.45 |
| HSL | 243.2º | 0.37% | 0.4% | - |
| HSV(B) | 243.2º | 0.54% | 0.55% | - |
| XYZ | 9.08 | 6.94 | 25.67 | - |
| YUV | 74.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 140 | 0.51 | 0.54 | 0 | 0.45 | 243.2 | 0.37 | 0.4 |
| Hex | 45 | 41 | 8C | 33 | 36 | 0 | 2D | F3 | 25 | 28 |
| Octal | 105 | 101 | 214 | 63 | 66 | 0 | 55 | 363 | 45 | 50 |
| Binary | 1000101 | 1000001 | 10001100 | 110011 | 110110 | 0 | 101101 | 11110011 | 100101 | 101000 |
Color Harmonies of #45418C
Complementary color
Monochromatic Colors of #45418C
Black with #45418C
Text Example
Text Example
White with #45418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45418C; }
p { color: rgb(69,65,140); }
H1.HeaderClassName
{
color: #45418C;
}
.AnyTagClassName
{
color: #45418C;
}
</style>
background-color css
<style>
a { background-color: #45418C; }
a { background-color: rgb(69,65,140); }
div.DivClassName
{
background-color: #45418C;
}
.BgClassName
{
background-color: #45418C;
}
</style>
border-color css
<style>
span { border-color: #45418C; }
span { border-color: rgb(69,65,140); }
td.TdClassName
{
border-color: #45418C;
}
.TagClassName
{
border-color: #45418C;
}
</style>