Shades of Chambray #485D76
Tints of Chambray #485D76
RGB
CMYK
RGB Variations
Color information
#485D76 (or 0x485D76) is known color: Chambray. HEX triplet: 48, 5D and 76. RGB value is (72,93,118). Sum of RGB (Red+Green+Blue) = 72+93+118=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #485D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D76 is #B7A289. Grayscale: #595959. Windows color (decimal): -12034698 or 7757128. OLE color: 7757128.
HSL color Cylindrical-coordinate representation of color #485D76: hue angle of 212.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485D76 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 93 | 118 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.54 |
| HSL | 212.61º | 0.24% | 0.37% | - |
| HSV(B) | 212.61º | 0.39% | 0.46% | - |
| XYZ | 9.86 | 10.51 | 18.65 | - |
| YUV | 89.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 118 | 0.39 | 0.21 | 0 | 0.54 | 212.61 | 0.24 | 0.37 |
| Hex | 48 | 5D | 76 | 27 | 15 | 0 | 36 | D5 | 18 | 25 |
| Octal | 110 | 135 | 166 | 47 | 25 | 0 | 66 | 325 | 30 | 45 |
| Binary | 1001000 | 1011101 | 1110110 | 100111 | 10101 | 0 | 110110 | 11010101 | 11000 | 100101 |
Color Harmonies of #485D76
Complementary color
Monochromatic Colors of #485D76
Black with #485D76
Text Example
Text Example
White with #485D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D76; }
p { color: rgb(72,93,118); }
H1.HeaderClassName
{
color: #485D76;
}
.AnyTagClassName
{
color: #485D76;
}
</style>
background-color css
<style>
a { background-color: #485D76; }
a { background-color: rgb(72,93,118); }
div.DivClassName
{
background-color: #485D76;
}
.BgClassName
{
background-color: #485D76;
}
</style>
border-color css
<style>
span { border-color: #485D76; }
span { border-color: rgb(72,93,118); }
td.TdClassName
{
border-color: #485D76;
}
.TagClassName
{
border-color: #485D76;
}
</style>