Shades of Dark Slate Blue #4B438B
Tints of Dark Slate Blue #4B438B
RGB
CMYK
RGB Variations
Color information
#4B438B (or 0x4B438B) is known color: Dark Slate Blue. HEX triplet: 4B, 43 and 8B. RGB value is (75,67,139). Sum of RGB (Red+Green+Blue) = 75+67+139=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B438B is #B4BC74. Grayscale: #4D4D4D. Windows color (decimal): -11844725 or 9126731. OLE color: 9126731.
HSL color Cylindrical-coordinate representation of color #4B438B: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B438B is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 67 | 139 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.45 |
| HSL | 246.67º | 0.35% | 0.4% | - |
| HSV(B) | 246.67º | 0.52% | 0.55% | - |
| XYZ | 9.57 | 7.37 | 25.35 | - |
| YUV | 77.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 139 | 0.46 | 0.52 | 0 | 0.45 | 246.67 | 0.35 | 0.4 |
| Hex | 4B | 43 | 8B | 2E | 34 | 0 | 2D | F7 | 23 | 28 |
| Octal | 113 | 103 | 213 | 56 | 64 | 0 | 55 | 367 | 43 | 50 |
| Binary | 1001011 | 1000011 | 10001011 | 101110 | 110100 | 0 | 101101 | 11110111 | 100011 | 101000 |
Color Harmonies of #4B438B
Complementary color
Monochromatic Colors of #4B438B
Black with #4B438B
Text Example
Text Example
White with #4B438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B438B; }
p { color: rgb(75,67,139); }
H1.HeaderClassName
{
color: #4B438B;
}
.AnyTagClassName
{
color: #4B438B;
}
</style>
background-color css
<style>
a { background-color: #4B438B; }
a { background-color: rgb(75,67,139); }
div.DivClassName
{
background-color: #4B438B;
}
.BgClassName
{
background-color: #4B438B;
}
</style>
border-color css
<style>
span { border-color: #4B438B; }
span { border-color: rgb(75,67,139); }
td.TdClassName
{
border-color: #4B438B;
}
.TagClassName
{
border-color: #4B438B;
}
</style>