Shades of Corduroy #444F4B
Tints of Corduroy #444F4B
RGB
CMYK
RGB Variations
Color information
#444F4B (or 0x444F4B) is known color: Corduroy. HEX triplet: 44, 4F and 4B. RGB value is (68,79,75). Sum of RGB (Red+Green+Blue) = 68+79+75=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F4B is #BBB0B4. Grayscale: #4B4B4B. Windows color (decimal): -12300469 or 4935492. OLE color: 4935492.
HSL color Cylindrical-coordinate representation of color #444F4B: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4B is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 75 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.69 |
| HSL | 158.18º | 0.07% | 0.29% | - |
| HSV(B) | 158.18º | 0.14% | 0.31% | - |
| XYZ | 6.45 | 7.33 | 7.73 | - |
| YUV | 75.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 75 | 0.14 | 0 | 0.05 | 0.69 | 158.18 | 0.07 | 0.29 |
| Hex | 44 | 4F | 4B | E | 0 | 5 | 45 | 9E | 7 | 1D |
| Octal | 104 | 117 | 113 | 16 | 0 | 5 | 105 | 236 | 7 | 35 |
| Binary | 1000100 | 1001111 | 1001011 | 1110 | 0 | 101 | 1000101 | 10011110 | 111 | 11101 |
Color Harmonies of #444F4B
Complementary color
Monochromatic Colors of #444F4B
Black with #444F4B
Text Example
Text Example
White with #444F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F4B; }
p { color: rgb(68,79,75); }
H1.HeaderClassName
{
color: #444F4B;
}
.AnyTagClassName
{
color: #444F4B;
}
</style>
background-color css
<style>
a { background-color: #444F4B; }
a { background-color: rgb(68,79,75); }
div.DivClassName
{
background-color: #444F4B;
}
.BgClassName
{
background-color: #444F4B;
}
</style>
border-color css
<style>
span { border-color: #444F4B; }
span { border-color: rgb(68,79,75); }
td.TdClassName
{
border-color: #444F4B;
}
.TagClassName
{
border-color: #444F4B;
}
</style>