Shades of Chambray #485F78
Tints of Chambray #485F78
RGB
CMYK
RGB Variations
Color information
#485F78 (or 0x485F78) is known color: Chambray. HEX triplet: 48, 5F and 78. RGB value is (72,95,120). Sum of RGB (Red+Green+Blue) = 72+95+120=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #485F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F78 is #B7A087. Grayscale: #5A5A5A. Windows color (decimal): -12034184 or 7888712. OLE color: 7888712.
HSL color Cylindrical-coordinate representation of color #485F78: hue angle of 211.25º 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 #485F78 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 95 | 120 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.53 |
| HSL | 211.25º | 0.25% | 0.38% | - |
| HSV(B) | 211.25º | 0.4% | 0.47% | - |
| XYZ | 10.15 | 10.92 | 19.34 | - |
| YUV | 90.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 120 | 0.40 | 0.21 | 0 | 0.53 | 211.25 | 0.25 | 0.38 |
| Hex | 48 | 5F | 78 | 28 | 15 | 0 | 35 | D3 | 19 | 26 |
| Octal | 110 | 137 | 170 | 50 | 25 | 0 | 65 | 323 | 31 | 46 |
| Binary | 1001000 | 1011111 | 1111000 | 101000 | 10101 | 0 | 110101 | 11010011 | 11001 | 100110 |
Color Harmonies of #485F78
Complementary color
Monochromatic Colors of #485F78
Black with #485F78
Text Example
Text Example
White with #485F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F78; }
p { color: rgb(72,95,120); }
H1.HeaderClassName
{
color: #485F78;
}
.AnyTagClassName
{
color: #485F78;
}
</style>
background-color css
<style>
a { background-color: #485F78; }
a { background-color: rgb(72,95,120); }
div.DivClassName
{
background-color: #485F78;
}
.BgClassName
{
background-color: #485F78;
}
</style>
border-color css
<style>
span { border-color: #485F78; }
span { border-color: rgb(72,95,120); }
td.TdClassName
{
border-color: #485F78;
}
.TagClassName
{
border-color: #485F78;
}
</style>