Shades of Chambray #485872
Tints of Chambray #485872
RGB
CMYK
RGB Variations
Color information
#485872 (or 0x485872) is known color: Chambray. HEX triplet: 48, 58 and 72. RGB value is (72,88,114). Sum of RGB (Red+Green+Blue) = 72+88+114=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #485872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485872 is #B7A78D. Grayscale: #565656. Windows color (decimal): -12035982 or 7493704. OLE color: 7493704.
HSL color Cylindrical-coordinate representation of color #485872: hue angle of 217.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485872 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 88 | 114 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.55 |
| HSL | 217.14º | 0.23% | 0.36% | - |
| HSV(B) | 217.14º | 0.37% | 0.45% | - |
| XYZ | 9.2 | 9.57 | 17.28 | - |
| YUV | 86.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 114 | 0.37 | 0.23 | 0 | 0.55 | 217.14 | 0.23 | 0.36 |
| Hex | 48 | 58 | 72 | 25 | 17 | 0 | 37 | D9 | 17 | 24 |
| Octal | 110 | 130 | 162 | 45 | 27 | 0 | 67 | 331 | 27 | 44 |
| Binary | 1001000 | 1011000 | 1110010 | 100101 | 10111 | 0 | 110111 | 11011001 | 10111 | 100100 |
Color Harmonies of #485872
Complementary color
Monochromatic Colors of #485872
Black with #485872
Text Example
Text Example
White with #485872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485872; }
p { color: rgb(72,88,114); }
H1.HeaderClassName
{
color: #485872;
}
.AnyTagClassName
{
color: #485872;
}
</style>
background-color css
<style>
a { background-color: #485872; }
a { background-color: rgb(72,88,114); }
div.DivClassName
{
background-color: #485872;
}
.BgClassName
{
background-color: #485872;
}
</style>
border-color css
<style>
span { border-color: #485872; }
span { border-color: rgb(72,88,114); }
td.TdClassName
{
border-color: #485872;
}
.TagClassName
{
border-color: #485872;
}
</style>