Shades of Chambray #415A7A
Tints of Chambray #415A7A
RGB
CMYK
RGB Variations
Color information
#415A7A (or 0x415A7A) is known color: Chambray. HEX triplet: 41, 5A and 7A. RGB value is (65,90,122). Sum of RGB (Red+Green+Blue) = 65+90+122=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #415A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A7A is #BEA585. Grayscale: #565656. Windows color (decimal): -12494214 or 8018497. OLE color: 8018497.
HSL color Cylindrical-coordinate representation of color #415A7A: hue angle of 213.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #415A7A is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 90 | 122 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.52 |
| HSL | 213.68º | 0.3% | 0.37% | - |
| HSV(B) | 213.68º | 0.47% | 0.48% | - |
| XYZ | 9.35 | 9.84 | 19.82 | - |
| YUV | 86.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 122 | 0.47 | 0.26 | 0 | 0.52 | 213.68 | 0.3 | 0.37 |
| Hex | 41 | 5A | 7A | 2F | 1A | 0 | 34 | D6 | 1E | 25 |
| Octal | 101 | 132 | 172 | 57 | 32 | 0 | 64 | 326 | 36 | 45 |
| Binary | 1000001 | 1011010 | 1111010 | 101111 | 11010 | 0 | 110100 | 11010110 | 11110 | 100101 |
Color Harmonies of #415A7A
Complementary color
Monochromatic Colors of #415A7A
Black with #415A7A
Text Example
Text Example
White with #415A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A7A; }
p { color: rgb(65,90,122); }
H1.HeaderClassName
{
color: #415A7A;
}
.AnyTagClassName
{
color: #415A7A;
}
</style>
background-color css
<style>
a { background-color: #415A7A; }
a { background-color: rgb(65,90,122); }
div.DivClassName
{
background-color: #415A7A;
}
.BgClassName
{
background-color: #415A7A;
}
</style>
border-color css
<style>
span { border-color: #415A7A; }
span { border-color: rgb(65,90,122); }
td.TdClassName
{
border-color: #415A7A;
}
.TagClassName
{
border-color: #415A7A;
}
</style>