Shades of Chambray #445A83
Tints of Chambray #445A83
RGB
CMYK
RGB Variations
Color information
#445A83 (or 0x445A83) is known color: Chambray. HEX triplet: 44, 5A and 83. RGB value is (68,90,131). Sum of RGB (Red+Green+Blue) = 68+90+131=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #445A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A83 is #BBA57C. Grayscale: #575757. Windows color (decimal): -12297597 or 8608324. OLE color: 8608324.
HSL color Cylindrical-coordinate representation of color #445A83: hue angle of 219.05º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445A83 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 90 | 131 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.49 |
| HSL | 219.05º | 0.32% | 0.39% | - |
| HSV(B) | 219.05º | 0.48% | 0.51% | - |
| XYZ | 10.14 | 10.18 | 22.9 | - |
| YUV | 88.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 131 | 0.48 | 0.31 | 0 | 0.49 | 219.05 | 0.32 | 0.39 |
| Hex | 44 | 5A | 83 | 30 | 1F | 0 | 31 | DB | 20 | 27 |
| Octal | 104 | 132 | 203 | 60 | 37 | 0 | 61 | 333 | 40 | 47 |
| Binary | 1000100 | 1011010 | 10000011 | 110000 | 11111 | 0 | 110001 | 11011011 | 100000 | 100111 |
Color Harmonies of #445A83
Complementary color
Monochromatic Colors of #445A83
Black with #445A83
Text Example
Text Example
White with #445A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A83; }
p { color: rgb(68,90,131); }
H1.HeaderClassName
{
color: #445A83;
}
.AnyTagClassName
{
color: #445A83;
}
</style>
background-color css
<style>
a { background-color: #445A83; }
a { background-color: rgb(68,90,131); }
div.DivClassName
{
background-color: #445A83;
}
.BgClassName
{
background-color: #445A83;
}
</style>
border-color css
<style>
span { border-color: #445A83; }
span { border-color: rgb(68,90,131); }
td.TdClassName
{
border-color: #445A83;
}
.TagClassName
{
border-color: #445A83;
}
</style>