Shades of Chambray #44567B
Tints of Chambray #44567B
RGB
CMYK
RGB Variations
Color information
#44567B (or 0x44567B) is known color: Chambray. HEX triplet: 44, 56 and 7B. RGB value is (68,86,123). Sum of RGB (Red+Green+Blue) = 68+86+123=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #44567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44567B is #BBA984. Grayscale: #545454. Windows color (decimal): -12298629 or 8083012. OLE color: 8083012.
HSL color Cylindrical-coordinate representation of color #44567B: hue angle of 220.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44567B is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 86 | 123 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.52 |
| HSL | 220.36º | 0.29% | 0.37% | - |
| HSV(B) | 220.36º | 0.45% | 0.48% | - |
| XYZ | 9.29 | 9.31 | 20.05 | - |
| YUV | 84.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 123 | 0.45 | 0.30 | 0 | 0.52 | 220.36 | 0.29 | 0.37 |
| Hex | 44 | 56 | 7B | 2D | 1E | 0 | 34 | DC | 1D | 25 |
| Octal | 104 | 126 | 173 | 55 | 36 | 0 | 64 | 334 | 35 | 45 |
| Binary | 1000100 | 1010110 | 1111011 | 101101 | 11110 | 0 | 110100 | 11011100 | 11101 | 100101 |
Color Harmonies of #44567B
Complementary color
Monochromatic Colors of #44567B
Black with #44567B
Text Example
Text Example
White with #44567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44567B; }
p { color: rgb(68,86,123); }
H1.HeaderClassName
{
color: #44567B;
}
.AnyTagClassName
{
color: #44567B;
}
</style>
background-color css
<style>
a { background-color: #44567B; }
a { background-color: rgb(68,86,123); }
div.DivClassName
{
background-color: #44567B;
}
.BgClassName
{
background-color: #44567B;
}
</style>
border-color css
<style>
span { border-color: #44567B; }
span { border-color: rgb(68,86,123); }
td.TdClassName
{
border-color: #44567B;
}
.TagClassName
{
border-color: #44567B;
}
</style>