Shades of Dark Slate Blue #464399
Tints of Dark Slate Blue #464399
RGB
CMYK
RGB Variations
Color information
#464399 (or 0x464399) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 99. RGB value is (70,67,153). Sum of RGB (Red+Green+Blue) = 70+67+153=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #464399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464399 is #B9BC66. Grayscale: #4D4D4D. Windows color (decimal): -12172391 or 10044230. OLE color: 10044230.
HSL color Cylindrical-coordinate representation of color #464399: hue angle of 242.09º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464399 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 67 | 153 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.4 |
| HSL | 242.09º | 0.39% | 0.43% | - |
| HSV(B) | 242.09º | 0.56% | 0.6% | - |
| XYZ | 10.28 | 7.62 | 31.07 | - |
| YUV | 77.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 153 | 0.54 | 0.56 | 0 | 0.4 | 242.09 | 0.39 | 0.43 |
| Hex | 46 | 43 | 99 | 36 | 38 | 0 | 28 | F2 | 27 | 2B |
| Octal | 106 | 103 | 231 | 66 | 70 | 0 | 50 | 362 | 47 | 53 |
| Binary | 1000110 | 1000011 | 10011001 | 110110 | 111000 | 0 | 101000 | 11110010 | 100111 | 101011 |
Color Harmonies of #464399
Complementary color
Monochromatic Colors of #464399
Black with #464399
Text Example
Text Example
White with #464399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464399; }
p { color: rgb(70,67,153); }
H1.HeaderClassName
{
color: #464399;
}
.AnyTagClassName
{
color: #464399;
}
</style>
background-color css
<style>
a { background-color: #464399; }
a { background-color: rgb(70,67,153); }
div.DivClassName
{
background-color: #464399;
}
.BgClassName
{
background-color: #464399;
}
</style>
border-color css
<style>
span { border-color: #464399; }
span { border-color: rgb(70,67,153); }
td.TdClassName
{
border-color: #464399;
}
.TagClassName
{
border-color: #464399;
}
</style>