Shades of Steel Grey #41444B
Tints of Steel Grey #41444B
RGB
CMYK
RGB Variations
Color information
#41444B (or 0x41444B) is known color: Steel Grey. HEX triplet: 41, 44 and 4B. RGB value is (65,68,75). Sum of RGB (Red+Green+Blue) = 65+68+75=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #41444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41444B is #BEBBB4. Grayscale: #434343. Windows color (decimal): -12499893 or 4932673. OLE color: 4932673.
HSL color Cylindrical-coordinate representation of color #41444B: hue angle of 222º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41444B is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 68 | 75 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.71 |
| HSL | 222º | 0.07% | 0.27% | - |
| HSV(B) | 222º | 0.13% | 0.29% | - |
| XYZ | 5.52 | 5.77 | 7.48 | - |
| YUV | 67.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 75 | 0.13 | 0.09 | 0 | 0.71 | 222 | 0.07 | 0.27 |
| Hex | 41 | 44 | 4B | D | 9 | 0 | 47 | DE | 7 | 1B |
| Octal | 101 | 104 | 113 | 15 | 11 | 0 | 107 | 336 | 7 | 33 |
| Binary | 1000001 | 1000100 | 1001011 | 1101 | 1001 | 0 | 1000111 | 11011110 | 111 | 11011 |
Color Harmonies of #41444B
Complementary color
Monochromatic Colors of #41444B
Black with #41444B
Text Example
Text Example
White with #41444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41444B; }
p { color: rgb(65,68,75); }
H1.HeaderClassName
{
color: #41444B;
}
.AnyTagClassName
{
color: #41444B;
}
</style>
background-color css
<style>
a { background-color: #41444B; }
a { background-color: rgb(65,68,75); }
div.DivClassName
{
background-color: #41444B;
}
.BgClassName
{
background-color: #41444B;
}
</style>
border-color css
<style>
span { border-color: #41444B; }
span { border-color: rgb(65,68,75); }
td.TdClassName
{
border-color: #41444B;
}
.TagClassName
{
border-color: #41444B;
}
</style>