Shades of Corduroy #454F4D
Tints of Corduroy #454F4D
RGB
CMYK
RGB Variations
Color information
#454F4D (or 0x454F4D) is known color: Corduroy. HEX triplet: 45, 4F and 4D. RGB value is (69,79,77). Sum of RGB (Red+Green+Blue) = 69+79+77=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 79 - color contains mainly: green. Hex color #454F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F4D is #BAB0B2. Grayscale: #4B4B4B. Windows color (decimal): -12234931 or 5066565. OLE color: 5066565.
HSL color Cylindrical-coordinate representation of color #454F4D: hue angle of 168º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454F4D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 77 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.69 |
| HSL | 168º | 0.07% | 0.29% | - |
| HSV(B) | 168º | 0.13% | 0.31% | - |
| XYZ | 6.59 | 7.39 | 8.1 | - |
| YUV | 75.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 77 | 0.13 | 0 | 0.03 | 0.69 | 168 | 0.07 | 0.29 |
| Hex | 45 | 4F | 4D | D | 0 | 3 | 45 | A8 | 7 | 1D |
| Octal | 105 | 117 | 115 | 15 | 0 | 3 | 105 | 250 | 7 | 35 |
| Binary | 1000101 | 1001111 | 1001101 | 1101 | 0 | 11 | 1000101 | 10101000 | 111 | 11101 |
Color Harmonies of #454F4D
Complementary color
Monochromatic Colors of #454F4D
Black with #454F4D
Text Example
Text Example
White with #454F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F4D; }
p { color: rgb(69,79,77); }
H1.HeaderClassName
{
color: #454F4D;
}
.AnyTagClassName
{
color: #454F4D;
}
</style>
background-color css
<style>
a { background-color: #454F4D; }
a { background-color: rgb(69,79,77); }
div.DivClassName
{
background-color: #454F4D;
}
.BgClassName
{
background-color: #454F4D;
}
</style>
border-color css
<style>
span { border-color: #454F4D; }
span { border-color: rgb(69,79,77); }
td.TdClassName
{
border-color: #454F4D;
}
.TagClassName
{
border-color: #454F4D;
}
</style>