Shades of Dark Slate #464A4A
Tints of Dark Slate #464A4A
RGB
CMYK
RGB Variations
Color information
#464A4A (or 0x464A4A) is known color: Dark Slate. HEX triplet: 46, 4A and 4A. RGB value is (70,74,74). Sum of RGB (Red+Green+Blue) = 70+74+74=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #464A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A4A is #B9B5B5. Grayscale: #484848. Windows color (decimal): -12170678 or 4868678. OLE color: 4868678.
HSL color Cylindrical-coordinate representation of color #464A4A: hue angle of 180º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464A4A is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 70 | 74 | 74 | - |
CMYK | 0.05 | 0 | 0 | 0.71 |
HSL | 180º | 0.03% | 0.28% | - |
HSV(B) | 180º | 0.05% | 0.29% | - |
XYZ | 6.21 | 6.69 | 7.44 | - |
YUV | 72.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 74 | 74 | 0.05 | 0 | 0 | 0.71 | 180 | 0.03 | 0.28 |
Hex | 46 | 4A | 4A | 5 | 0 | 0 | 47 | B4 | 3 | 1C |
Octal | 106 | 112 | 112 | 5 | 0 | 0 | 107 | 264 | 3 | 34 |
Binary | 1000110 | 1001010 | 1001010 | 101 | 0 | 0 | 1000111 | 10110100 | 11 | 11100 |
Color Harmonies of #464A4A
Complementary color
Monochromatic Colors of #464A4A
Black with #464A4A
Text Example
Text Example
White with #464A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A4A; }
p { color: rgb(70,74,74); }
H1.HeaderClassName
{
color: #464A4A;
}
.AnyTagClassName
{
color: #464A4A;
}
</style>
background-color css
<style>
a { background-color: #464A4A; }
a { background-color: rgb(70,74,74); }
div.DivClassName
{
background-color: #464A4A;
}
.BgClassName
{
background-color: #464A4A;
}
</style>
border-color css
<style>
span { border-color: #464A4A; }
span { border-color: rgb(70,74,74); }
td.TdClassName
{
border-color: #464A4A;
}
.TagClassName
{
border-color: #464A4A;
}
</style>