Shades of Corduroy #454B4A
Tints of Corduroy #454B4A
RGB
CMYK
RGB Variations
Color information
#454B4A (or 0x454B4A) is known color: Corduroy. HEX triplet: 45, 4B and 4A. RGB value is (69,75,74). Sum of RGB (Red+Green+Blue) = 69+75+74=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 75 - color contains mainly: green. Hex color #454B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B4A is #BAB4B5. Grayscale: #494949. Windows color (decimal): -12235958 or 4868933. OLE color: 4868933.
HSL color Cylindrical-coordinate representation of color #454B4A: hue angle of 170º 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 #454B4A is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 74 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.71 |
| HSL | 170º | 0.04% | 0.28% | - |
| HSV(B) | 170º | 0.08% | 0.29% | - |
| XYZ | 6.21 | 6.79 | 7.46 | - |
| YUV | 73.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 74 | 0.08 | 0 | 0.01 | 0.71 | 170 | 0.04 | 0.28 |
| Hex | 45 | 4B | 4A | 8 | 0 | 1 | 47 | AA | 4 | 1C |
| Octal | 105 | 113 | 112 | 10 | 0 | 1 | 107 | 252 | 4 | 34 |
| Binary | 1000101 | 1001011 | 1001010 | 1000 | 0 | 1 | 1000111 | 10101010 | 100 | 11100 |
Color Harmonies of #454B4A
Complementary color
Monochromatic Colors of #454B4A
Black with #454B4A
Text Example
Text Example
White with #454B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B4A; }
p { color: rgb(69,75,74); }
H1.HeaderClassName
{
color: #454B4A;
}
.AnyTagClassName
{
color: #454B4A;
}
</style>
background-color css
<style>
a { background-color: #454B4A; }
a { background-color: rgb(69,75,74); }
div.DivClassName
{
background-color: #454B4A;
}
.BgClassName
{
background-color: #454B4A;
}
</style>
border-color css
<style>
span { border-color: #454B4A; }
span { border-color: rgb(69,75,74); }
td.TdClassName
{
border-color: #454B4A;
}
.TagClassName
{
border-color: #454B4A;
}
</style>