Shades of Chambray #485E89
Tints of Chambray #485E89
RGB
CMYK
RGB Variations
Color information
#485E89 (or 0x485E89) is known color: Chambray. HEX triplet: 48, 5E and 89. RGB value is (72,94,137). Sum of RGB (Red+Green+Blue) = 72+94+137=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #485E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E89 is #B7A176. Grayscale: #5C5C5C. Windows color (decimal): -12034423 or 9002568. OLE color: 9002568.
HSL color Cylindrical-coordinate representation of color #485E89: hue angle of 219.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485E89 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 94 | 137 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.46 |
| HSL | 219.69º | 0.31% | 0.41% | - |
| HSV(B) | 219.69º | 0.47% | 0.54% | - |
| XYZ | 11.19 | 11.19 | 25.24 | - |
| YUV | 92.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 137 | 0.47 | 0.31 | 0 | 0.46 | 219.69 | 0.31 | 0.41 |
| Hex | 48 | 5E | 89 | 2F | 1F | 0 | 2E | DC | 1F | 29 |
| Octal | 110 | 136 | 211 | 57 | 37 | 0 | 56 | 334 | 37 | 51 |
| Binary | 1001000 | 1011110 | 10001001 | 101111 | 11111 | 0 | 101110 | 11011100 | 11111 | 101001 |
Color Harmonies of #485E89
Complementary color
Monochromatic Colors of #485E89
Black with #485E89
Text Example
Text Example
White with #485E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E89; }
p { color: rgb(72,94,137); }
H1.HeaderClassName
{
color: #485E89;
}
.AnyTagClassName
{
color: #485E89;
}
</style>
background-color css
<style>
a { background-color: #485E89; }
a { background-color: rgb(72,94,137); }
div.DivClassName
{
background-color: #485E89;
}
.BgClassName
{
background-color: #485E89;
}
</style>
border-color css
<style>
span { border-color: #485E89; }
span { border-color: rgb(72,94,137); }
td.TdClassName
{
border-color: #485E89;
}
.TagClassName
{
border-color: #485E89;
}
</style>