Shades of Chambray #415C7F
Tints of Chambray #415C7F
RGB
CMYK
RGB Variations
Color information
#415C7F (or 0x415C7F) is known color: Chambray. HEX triplet: 41, 5C and 7F. RGB value is (65,92,127). Sum of RGB (Red+Green+Blue) = 65+92+127=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #415C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C7F is #BEA380. Grayscale: #575757. Windows color (decimal): -12493697 or 8346689. OLE color: 8346689.
HSL color Cylindrical-coordinate representation of color #415C7F: hue angle of 213.87º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #415C7F is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 92 | 127 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.50 |
| HSL | 213.87º | 0.32% | 0.38% | - |
| HSV(B) | 213.87º | 0.49% | 0.5% | - |
| XYZ | 9.84 | 10.31 | 21.55 | - |
| YUV | 87.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 127 | 0.49 | 0.28 | 0 | 0.50 | 213.87 | 0.32 | 0.38 |
| Hex | 41 | 5C | 7F | 31 | 1C | 0 | 32 | D6 | 20 | 26 |
| Octal | 101 | 134 | 177 | 61 | 34 | 0 | 62 | 326 | 40 | 46 |
| Binary | 1000001 | 1011100 | 1111111 | 110001 | 11100 | 0 | 110010 | 11010110 | 100000 | 100110 |
Color Harmonies of #415C7F
Complementary color
Monochromatic Colors of #415C7F
Black with #415C7F
Text Example
Text Example
White with #415C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C7F; }
p { color: rgb(65,92,127); }
H1.HeaderClassName
{
color: #415C7F;
}
.AnyTagClassName
{
color: #415C7F;
}
</style>
background-color css
<style>
a { background-color: #415C7F; }
a { background-color: rgb(65,92,127); }
div.DivClassName
{
background-color: #415C7F;
}
.BgClassName
{
background-color: #415C7F;
}
</style>
border-color css
<style>
span { border-color: #415C7F; }
span { border-color: rgb(65,92,127); }
td.TdClassName
{
border-color: #415C7F;
}
.TagClassName
{
border-color: #415C7F;
}
</style>