Shades of Chambray #485A72
Tints of Chambray #485A72
RGB
CMYK
RGB Variations
Color information
#485A72 (or 0x485A72) is known color: Chambray. HEX triplet: 48, 5A and 72. RGB value is (72,90,114). Sum of RGB (Red+Green+Blue) = 72+90+114=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #485A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A72 is #B7A58D. Grayscale: #575757. Windows color (decimal): -12035470 or 7494216. OLE color: 7494216.
HSL color Cylindrical-coordinate representation of color #485A72: hue angle of 214.29º 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 #485A72 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 90 | 114 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.55 |
| HSL | 214.29º | 0.23% | 0.36% | - |
| HSV(B) | 214.29º | 0.37% | 0.45% | - |
| XYZ | 9.37 | 9.9 | 17.34 | - |
| YUV | 87.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 114 | 0.37 | 0.21 | 0 | 0.55 | 214.29 | 0.23 | 0.36 |
| Hex | 48 | 5A | 72 | 25 | 15 | 0 | 37 | D6 | 17 | 24 |
| Octal | 110 | 132 | 162 | 45 | 25 | 0 | 67 | 326 | 27 | 44 |
| Binary | 1001000 | 1011010 | 1110010 | 100101 | 10101 | 0 | 110111 | 11010110 | 10111 | 100100 |
Color Harmonies of #485A72
Complementary color
Monochromatic Colors of #485A72
Black with #485A72
Text Example
Text Example
White with #485A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A72; }
p { color: rgb(72,90,114); }
H1.HeaderClassName
{
color: #485A72;
}
.AnyTagClassName
{
color: #485A72;
}
</style>
background-color css
<style>
a { background-color: #485A72; }
a { background-color: rgb(72,90,114); }
div.DivClassName
{
background-color: #485A72;
}
.BgClassName
{
background-color: #485A72;
}
</style>
border-color css
<style>
span { border-color: #485A72; }
span { border-color: rgb(72,90,114); }
td.TdClassName
{
border-color: #485A72;
}
.TagClassName
{
border-color: #485A72;
}
</style>