Shades of Chambray #485D79
Tints of Chambray #485D79
RGB
CMYK
RGB Variations
Color information
#485D79 (or 0x485D79) is known color: Chambray. HEX triplet: 48, 5D and 79. RGB value is (72,93,121). Sum of RGB (Red+Green+Blue) = 72+93+121=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #485D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D79 is #B7A286. Grayscale: #595959. Windows color (decimal): -12034695 or 7953736. OLE color: 7953736.
HSL color Cylindrical-coordinate representation of color #485D79: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485D79 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 93 | 121 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.53 |
| HSL | 214.29º | 0.25% | 0.38% | - |
| HSV(B) | 214.29º | 0.4% | 0.47% | - |
| XYZ | 10.04 | 10.59 | 19.6 | - |
| YUV | 89.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 121 | 0.40 | 0.23 | 0 | 0.53 | 214.29 | 0.25 | 0.38 |
| Hex | 48 | 5D | 79 | 28 | 17 | 0 | 35 | D6 | 19 | 26 |
| Octal | 110 | 135 | 171 | 50 | 27 | 0 | 65 | 326 | 31 | 46 |
| Binary | 1001000 | 1011101 | 1111001 | 101000 | 10111 | 0 | 110101 | 11010110 | 11001 | 100110 |
Color Harmonies of #485D79
Complementary color
Monochromatic Colors of #485D79
Black with #485D79
Text Example
Text Example
White with #485D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D79; }
p { color: rgb(72,93,121); }
H1.HeaderClassName
{
color: #485D79;
}
.AnyTagClassName
{
color: #485D79;
}
</style>
background-color css
<style>
a { background-color: #485D79; }
a { background-color: rgb(72,93,121); }
div.DivClassName
{
background-color: #485D79;
}
.BgClassName
{
background-color: #485D79;
}
</style>
border-color css
<style>
span { border-color: #485D79; }
span { border-color: rgb(72,93,121); }
td.TdClassName
{
border-color: #485D79;
}
.TagClassName
{
border-color: #485D79;
}
</style>