Shades of Chambray #415B7B
Tints of Chambray #415B7B
RGB
CMYK
RGB Variations
Color information
#415B7B (or 0x415B7B) is known color: Chambray. HEX triplet: 41, 5B and 7B. RGB value is (65,91,123). Sum of RGB (Red+Green+Blue) = 65+91+123=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #415B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B7B is #BEA484. Grayscale: #565656. Windows color (decimal): -12493957 or 8084289. OLE color: 8084289.
HSL color Cylindrical-coordinate representation of color #415B7B: hue angle of 213.1º degrees, saturation: 0.31, 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 #415B7B is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 91 | 123 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.52 |
| HSL | 213.1º | 0.31% | 0.37% | - |
| HSV(B) | 213.1º | 0.47% | 0.48% | - |
| XYZ | 9.5 | 10.04 | 20.18 | - |
| YUV | 86.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 123 | 0.47 | 0.26 | 0 | 0.52 | 213.1 | 0.31 | 0.37 |
| Hex | 41 | 5B | 7B | 2F | 1A | 0 | 34 | D5 | 1F | 25 |
| Octal | 101 | 133 | 173 | 57 | 32 | 0 | 64 | 325 | 37 | 45 |
| Binary | 1000001 | 1011011 | 1111011 | 101111 | 11010 | 0 | 110100 | 11010101 | 11111 | 100101 |
Color Harmonies of #415B7B
Complementary color
Monochromatic Colors of #415B7B
Black with #415B7B
Text Example
Text Example
White with #415B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B7B; }
p { color: rgb(65,91,123); }
H1.HeaderClassName
{
color: #415B7B;
}
.AnyTagClassName
{
color: #415B7B;
}
</style>
background-color css
<style>
a { background-color: #415B7B; }
a { background-color: rgb(65,91,123); }
div.DivClassName
{
background-color: #415B7B;
}
.BgClassName
{
background-color: #415B7B;
}
</style>
border-color css
<style>
span { border-color: #415B7B; }
span { border-color: rgb(65,91,123); }
td.TdClassName
{
border-color: #415B7B;
}
.TagClassName
{
border-color: #415B7B;
}
</style>