Shades of Chambray #485880
Tints of Chambray #485880
RGB
CMYK
RGB Variations
Color information
#485880 (or 0x485880) is known color: Chambray. HEX triplet: 48, 58 and 80. RGB value is (72,88,128). Sum of RGB (Red+Green+Blue) = 72+88+128=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #485880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485880 is #B7A77F. Grayscale: #575757. Windows color (decimal): -12035968 or 8411208. OLE color: 8411208.
HSL color Cylindrical-coordinate representation of color #485880: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485880 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 88 | 128 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.50 |
| HSL | 222.86º | 0.28% | 0.39% | - |
| HSV(B) | 222.86º | 0.44% | 0.5% | - |
| XYZ | 10.06 | 9.92 | 21.81 | - |
| YUV | 87.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 128 | 0.44 | 0.31 | 0 | 0.50 | 222.86 | 0.28 | 0.39 |
| Hex | 48 | 58 | 80 | 2C | 1F | 0 | 32 | DF | 1C | 27 |
| Octal | 110 | 130 | 200 | 54 | 37 | 0 | 62 | 337 | 34 | 47 |
| Binary | 1001000 | 1011000 | 10000000 | 101100 | 11111 | 0 | 110010 | 11011111 | 11100 | 100111 |
Color Harmonies of #485880
Complementary color
Monochromatic Colors of #485880
Black with #485880
Text Example
Text Example
White with #485880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485880; }
p { color: rgb(72,88,128); }
H1.HeaderClassName
{
color: #485880;
}
.AnyTagClassName
{
color: #485880;
}
</style>
background-color css
<style>
a { background-color: #485880; }
a { background-color: rgb(72,88,128); }
div.DivClassName
{
background-color: #485880;
}
.BgClassName
{
background-color: #485880;
}
</style>
border-color css
<style>
span { border-color: #485880; }
span { border-color: rgb(72,88,128); }
td.TdClassName
{
border-color: #485880;
}
.TagClassName
{
border-color: #485880;
}
</style>