Shades of Chambray #485D77
Tints of Chambray #485D77
RGB
CMYK
RGB Variations
Color information
#485D77 (or 0x485D77) is known color: Chambray. HEX triplet: 48, 5D and 77. RGB value is (72,93,119). Sum of RGB (Red+Green+Blue) = 72+93+119=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #485D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D77 is #B7A288. Grayscale: #595959. Windows color (decimal): -12034697 or 7822664. OLE color: 7822664.
HSL color Cylindrical-coordinate representation of color #485D77: hue angle of 213.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485D77 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 93 | 119 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.53 |
| HSL | 213.19º | 0.25% | 0.37% | - |
| HSV(B) | 213.19º | 0.39% | 0.47% | - |
| XYZ | 9.92 | 10.54 | 18.96 | - |
| YUV | 89.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 119 | 0.39 | 0.22 | 0 | 0.53 | 213.19 | 0.25 | 0.37 |
| Hex | 48 | 5D | 77 | 27 | 16 | 0 | 35 | D5 | 19 | 25 |
| Octal | 110 | 135 | 167 | 47 | 26 | 0 | 65 | 325 | 31 | 45 |
| Binary | 1001000 | 1011101 | 1110111 | 100111 | 10110 | 0 | 110101 | 11010101 | 11001 | 100101 |
Color Harmonies of #485D77
Complementary color
Monochromatic Colors of #485D77
Black with #485D77
Text Example
Text Example
White with #485D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D77; }
p { color: rgb(72,93,119); }
H1.HeaderClassName
{
color: #485D77;
}
.AnyTagClassName
{
color: #485D77;
}
</style>
background-color css
<style>
a { background-color: #485D77; }
a { background-color: rgb(72,93,119); }
div.DivClassName
{
background-color: #485D77;
}
.BgClassName
{
background-color: #485D77;
}
</style>
border-color css
<style>
span { border-color: #485D77; }
span { border-color: rgb(72,93,119); }
td.TdClassName
{
border-color: #485D77;
}
.TagClassName
{
border-color: #485D77;
}
</style>