Shades of Chambray #485C78
Tints of Chambray #485C78
RGB
CMYK
RGB Variations
Color information
#485C78 (or 0x485C78) is known color: Chambray. HEX triplet: 48, 5C and 78. RGB value is (72,92,120). Sum of RGB (Red+Green+Blue) = 72+92+120=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #485C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C78 is #B7A387. Grayscale: #595959. Windows color (decimal): -12034952 or 7887944. OLE color: 7887944.
HSL color Cylindrical-coordinate representation of color #485C78: hue angle of 215º 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 #485C78 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 92 | 120 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.53 |
| HSL | 215º | 0.25% | 0.38% | - |
| HSV(B) | 215º | 0.4% | 0.47% | - |
| XYZ | 9.89 | 10.39 | 19.25 | - |
| YUV | 89.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 120 | 0.40 | 0.23 | 0 | 0.53 | 215 | 0.25 | 0.38 |
| Hex | 48 | 5C | 78 | 28 | 17 | 0 | 35 | D7 | 19 | 26 |
| Octal | 110 | 134 | 170 | 50 | 27 | 0 | 65 | 327 | 31 | 46 |
| Binary | 1001000 | 1011100 | 1111000 | 101000 | 10111 | 0 | 110101 | 11010111 | 11001 | 100110 |
Color Harmonies of #485C78
Complementary color
Monochromatic Colors of #485C78
Black with #485C78
Text Example
Text Example
White with #485C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C78; }
p { color: rgb(72,92,120); }
H1.HeaderClassName
{
color: #485C78;
}
.AnyTagClassName
{
color: #485C78;
}
</style>
background-color css
<style>
a { background-color: #485C78; }
a { background-color: rgb(72,92,120); }
div.DivClassName
{
background-color: #485C78;
}
.BgClassName
{
background-color: #485C78;
}
</style>
border-color css
<style>
span { border-color: #485C78; }
span { border-color: rgb(72,92,120); }
td.TdClassName
{
border-color: #485C78;
}
.TagClassName
{
border-color: #485C78;
}
</style>