Shades of Dark Slate #454A4A
Tints of Dark Slate #454A4A
RGB
CMYK
RGB Variations
Color information
#454A4A (or 0x454A4A) is known color: Dark Slate. HEX triplet: 45, 4A and 4A. RGB value is (69,74,74). Sum of RGB (Red+Green+Blue) = 69+74+74=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #454A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A4A is #BAB5B5. Grayscale: #484848. Windows color (decimal): -12236214 or 4868677. OLE color: 4868677.
HSL color Cylindrical-coordinate representation of color #454A4A: 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.07%. Process color model (Four color, CMYK) of #454A4A is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 74 | - |
| CMYK | 0.07 | 0 | 0 | 0.71 |
| HSL | 180º | 0.03% | 0.28% | - |
| HSV(B) | 180º | 0.07% | 0.29% | - |
| XYZ | 6.14 | 6.66 | 7.44 | - |
| YUV | 72.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 74 | 0.07 | 0 | 0 | 0.71 | 180 | 0.03 | 0.28 |
| Hex | 45 | 4A | 4A | 7 | 0 | 0 | 47 | B4 | 3 | 1C |
| Octal | 105 | 112 | 112 | 7 | 0 | 0 | 107 | 264 | 3 | 34 |
| Binary | 1000101 | 1001010 | 1001010 | 111 | 0 | 0 | 1000111 | 10110100 | 11 | 11100 |
Color Harmonies of #454A4A
Complementary color
Monochromatic Colors of #454A4A
Black with #454A4A
Text Example
Text Example
White with #454A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A4A; }
p { color: rgb(69,74,74); }
H1.HeaderClassName
{
color: #454A4A;
}
.AnyTagClassName
{
color: #454A4A;
}
</style>
background-color css
<style>
a { background-color: #454A4A; }
a { background-color: rgb(69,74,74); }
div.DivClassName
{
background-color: #454A4A;
}
.BgClassName
{
background-color: #454A4A;
}
</style>
border-color css
<style>
span { border-color: #454A4A; }
span { border-color: rgb(69,74,74); }
td.TdClassName
{
border-color: #454A4A;
}
.TagClassName
{
border-color: #454A4A;
}
</style>