Shades of Dark Slate Blue #45438C
Tints of Dark Slate Blue #45438C
RGB
CMYK
RGB Variations
Color information
#45438C (or 0x45438C) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 8C. RGB value is (69,67,140). Sum of RGB (Red+Green+Blue) = 69+67+140=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #45438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45438C is #BABC73. Grayscale: #4B4B4B. Windows color (decimal): -12237940 or 9192261. OLE color: 9192261.
HSL color Cylindrical-coordinate representation of color #45438C: hue angle of 241.64º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45438C is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 67 | 140 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.45 |
| HSL | 241.64º | 0.35% | 0.41% | - |
| HSV(B) | 241.64º | 0.52% | 0.55% | - |
| XYZ | 9.2 | 7.17 | 25.71 | - |
| YUV | 75.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 140 | 0.51 | 0.52 | 0 | 0.45 | 241.64 | 0.35 | 0.41 |
| Hex | 45 | 43 | 8C | 33 | 34 | 0 | 2D | F2 | 23 | 29 |
| Octal | 105 | 103 | 214 | 63 | 64 | 0 | 55 | 362 | 43 | 51 |
| Binary | 1000101 | 1000011 | 10001100 | 110011 | 110100 | 0 | 101101 | 11110010 | 100011 | 101001 |
Color Harmonies of #45438C
Complementary color
Monochromatic Colors of #45438C
Black with #45438C
Text Example
Text Example
White with #45438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45438C; }
p { color: rgb(69,67,140); }
H1.HeaderClassName
{
color: #45438C;
}
.AnyTagClassName
{
color: #45438C;
}
</style>
background-color css
<style>
a { background-color: #45438C; }
a { background-color: rgb(69,67,140); }
div.DivClassName
{
background-color: #45438C;
}
.BgClassName
{
background-color: #45438C;
}
</style>
border-color css
<style>
span { border-color: #45438C; }
span { border-color: rgb(69,67,140); }
td.TdClassName
{
border-color: #45438C;
}
.TagClassName
{
border-color: #45438C;
}
</style>