Shades of Chambray #45576C
Tints of Chambray #45576C
RGB
CMYK
RGB Variations
Color information
#45576C (or 0x45576C) is known color: Chambray. HEX triplet: 45, 57 and 6C. RGB value is (69,87,108). Sum of RGB (Red+Green+Blue) = 69+87+108=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #45576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45576C is #BAA893. Grayscale: #535353. Windows color (decimal): -12232852 or 7100229. OLE color: 7100229.
HSL color Cylindrical-coordinate representation of color #45576C: hue angle of 212.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45576C is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 87 | 108 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.58 |
| HSL | 212.31º | 0.22% | 0.35% | - |
| HSV(B) | 212.31º | 0.36% | 0.42% | - |
| XYZ | 8.57 | 9.16 | 15.5 | - |
| YUV | 84.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 108 | 0.36 | 0.19 | 0 | 0.58 | 212.31 | 0.22 | 0.35 |
| Hex | 45 | 57 | 6C | 24 | 13 | 0 | 3A | D4 | 16 | 23 |
| Octal | 105 | 127 | 154 | 44 | 23 | 0 | 72 | 324 | 26 | 43 |
| Binary | 1000101 | 1010111 | 1101100 | 100100 | 10011 | 0 | 111010 | 11010100 | 10110 | 100011 |
Color Harmonies of #45576C
Complementary color
Monochromatic Colors of #45576C
Black with #45576C
Text Example
Text Example
White with #45576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45576C; }
p { color: rgb(69,87,108); }
H1.HeaderClassName
{
color: #45576C;
}
.AnyTagClassName
{
color: #45576C;
}
</style>
background-color css
<style>
a { background-color: #45576C; }
a { background-color: rgb(69,87,108); }
div.DivClassName
{
background-color: #45576C;
}
.BgClassName
{
background-color: #45576C;
}
</style>
border-color css
<style>
span { border-color: #45576C; }
span { border-color: rgb(69,87,108); }
td.TdClassName
{
border-color: #45576C;
}
.TagClassName
{
border-color: #45576C;
}
</style>