Shades of Chambray #485777
Tints of Chambray #485777
RGB
CMYK
RGB Variations
Color information
#485777 (or 0x485777) is known color: Chambray. HEX triplet: 48, 57 and 77. RGB value is (72,87,119). Sum of RGB (Red+Green+Blue) = 72+87+119=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #485777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485777 is #B7A888. Grayscale: #565656. Windows color (decimal): -12036233 or 7821128. OLE color: 7821128.
HSL color Cylindrical-coordinate representation of color #485777: hue angle of 220.85º 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 #485777 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 87 | 119 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.53 |
| HSL | 220.85º | 0.25% | 0.37% | - |
| HSV(B) | 220.85º | 0.39% | 0.47% | - |
| XYZ | 9.41 | 9.53 | 18.8 | - |
| YUV | 86.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 119 | 0.39 | 0.27 | 0 | 0.53 | 220.85 | 0.25 | 0.37 |
| Hex | 48 | 57 | 77 | 27 | 1B | 0 | 35 | DD | 19 | 25 |
| Octal | 110 | 127 | 167 | 47 | 33 | 0 | 65 | 335 | 31 | 45 |
| Binary | 1001000 | 1010111 | 1110111 | 100111 | 11011 | 0 | 110101 | 11011101 | 11001 | 100101 |
Color Harmonies of #485777
Complementary color
Monochromatic Colors of #485777
Black with #485777
Text Example
Text Example
White with #485777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485777; }
p { color: rgb(72,87,119); }
H1.HeaderClassName
{
color: #485777;
}
.AnyTagClassName
{
color: #485777;
}
</style>
background-color css
<style>
a { background-color: #485777; }
a { background-color: rgb(72,87,119); }
div.DivClassName
{
background-color: #485777;
}
.BgClassName
{
background-color: #485777;
}
</style>
border-color css
<style>
span { border-color: #485777; }
span { border-color: rgb(72,87,119); }
td.TdClassName
{
border-color: #485777;
}
.TagClassName
{
border-color: #485777;
}
</style>