Shades of Steel Grey #464748
Tints of Steel Grey #464748
RGB
CMYK
RGB Variations
Color information
#464748 (or 0x464748) is known color: Steel Grey. HEX triplet: 46, 47 and 48. RGB value is (70,71,72). Sum of RGB (Red+Green+Blue) = 70+71+72=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: blue. Hex color #464748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464748 is #B9B8B7. Grayscale: #464646. Windows color (decimal): -12171448 or 4736838. OLE color: 4736838.
HSL color Cylindrical-coordinate representation of color #464748: hue angle of 210º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464748 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
RGB | 70 | 71 | 72 | - |
CMYK | 0.03 | 0.01 | 0 | 0.72 |
HSL | 210º | 0.01% | 0.28% | - |
HSV(B) | 210º | 0.03% | 0.28% | - |
XYZ | 5.95 | 6.28 | 7.03 | - |
YUV | 70.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 71 | 72 | 0.03 | 0.01 | 0 | 0.72 | 210 | 0.01 | 0.28 |
Hex | 46 | 47 | 48 | 3 | 1 | 0 | 48 | D2 | 1 | 1C |
Octal | 106 | 107 | 110 | 3 | 1 | 0 | 110 | 322 | 1 | 34 |
Binary | 1000110 | 1000111 | 1001000 | 11 | 1 | 0 | 1001000 | 11010010 | 1 | 11100 |
Color Harmonies of #464748
Complementary color
Monochromatic Colors of #464748
Black with #464748
Text Example
Text Example
White with #464748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464748; }
p { color: rgb(70,71,72); }
H1.HeaderClassName
{
color: #464748;
}
.AnyTagClassName
{
color: #464748;
}
</style>
background-color css
<style>
a { background-color: #464748; }
a { background-color: rgb(70,71,72); }
div.DivClassName
{
background-color: #464748;
}
.BgClassName
{
background-color: #464748;
}
</style>
border-color css
<style>
span { border-color: #464748; }
span { border-color: rgb(70,71,72); }
td.TdClassName
{
border-color: #464748;
}
.TagClassName
{
border-color: #464748;
}
</style>