Shades of Corduroy #454B49
Tints of Corduroy #454B49
RGB
CMYK
RGB Variations
Color information
#454B49 (or 0x454B49) is known color: Corduroy. HEX triplet: 45, 4B and 49. RGB value is (69,75,73). Sum of RGB (Red+Green+Blue) = 69+75+73=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 75 - color contains mainly: green. Hex color #454B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B49 is #BAB4B6. Grayscale: #484848. Windows color (decimal): -12235959 or 4803397. OLE color: 4803397.
HSL color Cylindrical-coordinate representation of color #454B49: hue angle of 160º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #454B49 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 73 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.71 |
| HSL | 160º | 0.04% | 0.28% | - |
| HSV(B) | 160º | 0.08% | 0.29% | - |
| XYZ | 6.17 | 6.78 | 7.29 | - |
| YUV | 72.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 73 | 0.08 | 0 | 0.03 | 0.71 | 160 | 0.04 | 0.28 |
| Hex | 45 | 4B | 49 | 8 | 0 | 3 | 47 | A0 | 4 | 1C |
| Octal | 105 | 113 | 111 | 10 | 0 | 3 | 107 | 240 | 4 | 34 |
| Binary | 1000101 | 1001011 | 1001001 | 1000 | 0 | 11 | 1000111 | 10100000 | 100 | 11100 |
Color Harmonies of #454B49
Complementary color
Monochromatic Colors of #454B49
Black with #454B49
Text Example
Text Example
White with #454B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B49; }
p { color: rgb(69,75,73); }
H1.HeaderClassName
{
color: #454B49;
}
.AnyTagClassName
{
color: #454B49;
}
</style>
background-color css
<style>
a { background-color: #454B49; }
a { background-color: rgb(69,75,73); }
div.DivClassName
{
background-color: #454B49;
}
.BgClassName
{
background-color: #454B49;
}
</style>
border-color css
<style>
span { border-color: #454B49; }
span { border-color: rgb(69,75,73); }
td.TdClassName
{
border-color: #454B49;
}
.TagClassName
{
border-color: #454B49;
}
</style>