Shades of Dark Slate Blue #4A438D
Tints of Dark Slate Blue #4A438D
RGB
CMYK
RGB Variations
Color information
#4A438D (or 0x4A438D) is known color: Dark Slate Blue. HEX triplet: 4A, 43 and 8D. RGB value is (74,67,141). Sum of RGB (Red+Green+Blue) = 74+67+141=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A438D is #B5BC72. Grayscale: #4D4D4D. Windows color (decimal): -11910259 or 9257802. OLE color: 9257802.
HSL color Cylindrical-coordinate representation of color #4A438D: hue angle of 245.68º degrees, saturation: 0.36, 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 #4A438D is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 67 | 141 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.45 |
| HSL | 245.68º | 0.36% | 0.41% | - |
| HSV(B) | 245.68º | 0.52% | 0.55% | - |
| XYZ | 9.64 | 7.39 | 26.12 | - |
| YUV | 77.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 141 | 0.48 | 0.52 | 0 | 0.45 | 245.68 | 0.36 | 0.41 |
| Hex | 4A | 43 | 8D | 30 | 34 | 0 | 2D | F6 | 24 | 29 |
| Octal | 112 | 103 | 215 | 60 | 64 | 0 | 55 | 366 | 44 | 51 |
| Binary | 1001010 | 1000011 | 10001101 | 110000 | 110100 | 0 | 101101 | 11110110 | 100100 | 101001 |
Color Harmonies of #4A438D
Complementary color
Monochromatic Colors of #4A438D
Black with #4A438D
Text Example
Text Example
White with #4A438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A438D; }
p { color: rgb(74,67,141); }
H1.HeaderClassName
{
color: #4A438D;
}
.AnyTagClassName
{
color: #4A438D;
}
</style>
background-color css
<style>
a { background-color: #4A438D; }
a { background-color: rgb(74,67,141); }
div.DivClassName
{
background-color: #4A438D;
}
.BgClassName
{
background-color: #4A438D;
}
</style>
border-color css
<style>
span { border-color: #4A438D; }
span { border-color: rgb(74,67,141); }
td.TdClassName
{
border-color: #4A438D;
}
.TagClassName
{
border-color: #4A438D;
}
</style>