Shades of Chambray #485C77
Tints of Chambray #485C77
RGB
CMYK
RGB Variations
Color information
#485C77 (or 0x485C77) is known color: Chambray. HEX triplet: 48, 5C and 77. RGB value is (72,92,119). Sum of RGB (Red+Green+Blue) = 72+92+119=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #485C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C77 is #B7A388. Grayscale: #585858. Windows color (decimal): -12034953 or 7822408. OLE color: 7822408.
HSL color Cylindrical-coordinate representation of color #485C77: hue angle of 214.47º 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 #485C77 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 92 | 119 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.53 |
| HSL | 214.47º | 0.25% | 0.37% | - |
| HSV(B) | 214.47º | 0.39% | 0.47% | - |
| XYZ | 9.83 | 10.36 | 18.94 | - |
| YUV | 89.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 119 | 0.39 | 0.23 | 0 | 0.53 | 214.47 | 0.25 | 0.37 |
| Hex | 48 | 5C | 77 | 27 | 17 | 0 | 35 | D6 | 19 | 25 |
| Octal | 110 | 134 | 167 | 47 | 27 | 0 | 65 | 326 | 31 | 45 |
| Binary | 1001000 | 1011100 | 1110111 | 100111 | 10111 | 0 | 110101 | 11010110 | 11001 | 100101 |
Color Harmonies of #485C77
Complementary color
Monochromatic Colors of #485C77
Black with #485C77
Text Example
Text Example
White with #485C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C77; }
p { color: rgb(72,92,119); }
H1.HeaderClassName
{
color: #485C77;
}
.AnyTagClassName
{
color: #485C77;
}
</style>
background-color css
<style>
a { background-color: #485C77; }
a { background-color: rgb(72,92,119); }
div.DivClassName
{
background-color: #485C77;
}
.BgClassName
{
background-color: #485C77;
}
</style>
border-color css
<style>
span { border-color: #485C77; }
span { border-color: rgb(72,92,119); }
td.TdClassName
{
border-color: #485C77;
}
.TagClassName
{
border-color: #485C77;
}
</style>