Shades of Dark Slate Blue #4A4182
Tints of Dark Slate Blue #4A4182
RGB
CMYK
RGB Variations
Color information
#4A4182 (or 0x4A4182) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 82. RGB value is (74,65,130). Sum of RGB (Red+Green+Blue) = 74+65+130=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A4182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4182 is #B5BE7D. Grayscale: #4A4A4A. Windows color (decimal): -11910782 or 8536394. OLE color: 8536394.
HSL color Cylindrical-coordinate representation of color #4A4182: hue angle of 248.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A4182 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 65 | 130 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.49 |
| HSL | 248.31º | 0.33% | 0.38% | - |
| HSV(B) | 248.31º | 0.5% | 0.51% | - |
| XYZ | 8.74 | 6.85 | 21.98 | - |
| YUV | 75.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 130 | 0.43 | 0.50 | 0 | 0.49 | 248.31 | 0.33 | 0.38 |
| Hex | 4A | 41 | 82 | 2B | 32 | 0 | 31 | F8 | 21 | 26 |
| Octal | 112 | 101 | 202 | 53 | 62 | 0 | 61 | 370 | 41 | 46 |
| Binary | 1001010 | 1000001 | 10000010 | 101011 | 110010 | 0 | 110001 | 11111000 | 100001 | 100110 |
Color Harmonies of #4A4182
Complementary color
Monochromatic Colors of #4A4182
Black with #4A4182
Text Example
Text Example
White with #4A4182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4182; }
p { color: rgb(74,65,130); }
H1.HeaderClassName
{
color: #4A4182;
}
.AnyTagClassName
{
color: #4A4182;
}
</style>
background-color css
<style>
a { background-color: #4A4182; }
a { background-color: rgb(74,65,130); }
div.DivClassName
{
background-color: #4A4182;
}
.BgClassName
{
background-color: #4A4182;
}
</style>
border-color css
<style>
span { border-color: #4A4182; }
span { border-color: rgb(74,65,130); }
td.TdClassName
{
border-color: #4A4182;
}
.TagClassName
{
border-color: #4A4182;
}
</style>