Shades of Corduroy #45514E
Tints of Corduroy #45514E
RGB
CMYK
RGB Variations
Color information
#45514E (or 0x45514E) is known color: Corduroy. HEX triplet: 45, 51 and 4E. RGB value is (69,81,78). Sum of RGB (Red+Green+Blue) = 69+81+78=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #45514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45514E is #BAAEB1. Grayscale: #4D4D4D. Windows color (decimal): -12234418 or 5132613. OLE color: 5132613.
HSL color Cylindrical-coordinate representation of color #45514E: hue angle of 165º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #45514E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 78 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.68 |
| HSL | 165º | 0.08% | 0.29% | - |
| HSV(B) | 165º | 0.15% | 0.32% | - |
| XYZ | 6.77 | 7.7 | 8.34 | - |
| YUV | 77.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 78 | 0.15 | 0 | 0.04 | 0.68 | 165 | 0.08 | 0.29 |
| Hex | 45 | 51 | 4E | F | 0 | 4 | 44 | A5 | 8 | 1D |
| Octal | 105 | 121 | 116 | 17 | 0 | 4 | 104 | 245 | 10 | 35 |
| Binary | 1000101 | 1010001 | 1001110 | 1111 | 0 | 100 | 1000100 | 10100101 | 1000 | 11101 |
Color Harmonies of #45514E
Complementary color
Monochromatic Colors of #45514E
Black with #45514E
Text Example
Text Example
White with #45514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45514E; }
p { color: rgb(69,81,78); }
H1.HeaderClassName
{
color: #45514E;
}
.AnyTagClassName
{
color: #45514E;
}
</style>
background-color css
<style>
a { background-color: #45514E; }
a { background-color: rgb(69,81,78); }
div.DivClassName
{
background-color: #45514E;
}
.BgClassName
{
background-color: #45514E;
}
</style>
border-color css
<style>
span { border-color: #45514E; }
span { border-color: rgb(69,81,78); }
td.TdClassName
{
border-color: #45514E;
}
.TagClassName
{
border-color: #45514E;
}
</style>