Shades of Dark Slate Blue #4B4282
Tints of Dark Slate Blue #4B4282
RGB
CMYK
RGB Variations
Color information
#4B4282 (or 0x4B4282) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 82. RGB value is (75,66,130). Sum of RGB (Red+Green+Blue) = 75+66+130=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B4282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4282 is #B4BD7D. Grayscale: #4B4B4B. Windows color (decimal): -11844990 or 8536651. OLE color: 8536651.
HSL color Cylindrical-coordinate representation of color #4B4282: hue angle of 248.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B4282 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 66 | 130 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.49 |
| HSL | 248.44º | 0.33% | 0.38% | - |
| HSV(B) | 248.44º | 0.49% | 0.51% | - |
| XYZ | 8.88 | 7 | 22 | - |
| YUV | 75.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 130 | 0.42 | 0.49 | 0 | 0.49 | 248.44 | 0.33 | 0.38 |
| Hex | 4B | 42 | 82 | 2A | 31 | 0 | 31 | F8 | 21 | 26 |
| Octal | 113 | 102 | 202 | 52 | 61 | 0 | 61 | 370 | 41 | 46 |
| Binary | 1001011 | 1000010 | 10000010 | 101010 | 110001 | 0 | 110001 | 11111000 | 100001 | 100110 |
Color Harmonies of #4B4282
Complementary color
Monochromatic Colors of #4B4282
Black with #4B4282
Text Example
Text Example
White with #4B4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4282; }
p { color: rgb(75,66,130); }
H1.HeaderClassName
{
color: #4B4282;
}
.AnyTagClassName
{
color: #4B4282;
}
</style>
background-color css
<style>
a { background-color: #4B4282; }
a { background-color: rgb(75,66,130); }
div.DivClassName
{
background-color: #4B4282;
}
.BgClassName
{
background-color: #4B4282;
}
</style>
border-color css
<style>
span { border-color: #4B4282; }
span { border-color: rgb(75,66,130); }
td.TdClassName
{
border-color: #4B4282;
}
.TagClassName
{
border-color: #4B4282;
}
</style>