Shades of Corduroy #454C4A
Tints of Corduroy #454C4A
RGB
CMYK
RGB Variations
Color information
#454C4A (or 0x454C4A) is known color: Corduroy. HEX triplet: 45, 4C and 4A. RGB value is (69,76,74). Sum of RGB (Red+Green+Blue) = 69+76+74=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 76 - color contains mainly: green. Hex color #454C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C4A is #BAB3B5. Grayscale: #494949. Windows color (decimal): -12235702 or 4869189. OLE color: 4869189.
HSL color Cylindrical-coordinate representation of color #454C4A: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #454C4A is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 74 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.70 |
| HSL | 162.86º | 0.05% | 0.28% | - |
| HSV(B) | 162.86º | 0.09% | 0.3% | - |
| XYZ | 6.27 | 6.93 | 7.49 | - |
| YUV | 73.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 74 | 0.09 | 0 | 0.03 | 0.70 | 162.86 | 0.05 | 0.28 |
| Hex | 45 | 4C | 4A | 9 | 0 | 3 | 46 | A3 | 5 | 1C |
| Octal | 105 | 114 | 112 | 11 | 0 | 3 | 106 | 243 | 5 | 34 |
| Binary | 1000101 | 1001100 | 1001010 | 1001 | 0 | 11 | 1000110 | 10100011 | 101 | 11100 |
Color Harmonies of #454C4A
Complementary color
Monochromatic Colors of #454C4A
Black with #454C4A
Text Example
Text Example
White with #454C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C4A; }
p { color: rgb(69,76,74); }
H1.HeaderClassName
{
color: #454C4A;
}
.AnyTagClassName
{
color: #454C4A;
}
</style>
background-color css
<style>
a { background-color: #454C4A; }
a { background-color: rgb(69,76,74); }
div.DivClassName
{
background-color: #454C4A;
}
.BgClassName
{
background-color: #454C4A;
}
</style>
border-color css
<style>
span { border-color: #454C4A; }
span { border-color: rgb(69,76,74); }
td.TdClassName
{
border-color: #454C4A;
}
.TagClassName
{
border-color: #454C4A;
}
</style>