Shades of Chambray #485C89
Tints of Chambray #485C89
RGB
CMYK
RGB Variations
Color information
#485C89 (or 0x485C89) is known color: Chambray. HEX triplet: 48, 5C and 89. RGB value is (72,92,137). Sum of RGB (Red+Green+Blue) = 72+92+137=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #485C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C89 is #B7A376. Grayscale: #5A5A5A. Windows color (decimal): -12034935 or 9002056. OLE color: 9002056.
HSL color Cylindrical-coordinate representation of color #485C89: hue angle of 221.54º 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 #485C89 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 92 | 137 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.46 |
| HSL | 221.54º | 0.31% | 0.41% | - |
| HSV(B) | 221.54º | 0.47% | 0.54% | - |
| XYZ | 11.01 | 10.84 | 25.18 | - |
| YUV | 91.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 137 | 0.47 | 0.33 | 0 | 0.46 | 221.54 | 0.31 | 0.41 |
| Hex | 48 | 5C | 89 | 2F | 21 | 0 | 2E | DE | 1F | 29 |
| Octal | 110 | 134 | 211 | 57 | 41 | 0 | 56 | 336 | 37 | 51 |
| Binary | 1001000 | 1011100 | 10001001 | 101111 | 100001 | 0 | 101110 | 11011110 | 11111 | 101001 |
Color Harmonies of #485C89
Complementary color
Monochromatic Colors of #485C89
Black with #485C89
Text Example
Text Example
White with #485C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C89; }
p { color: rgb(72,92,137); }
H1.HeaderClassName
{
color: #485C89;
}
.AnyTagClassName
{
color: #485C89;
}
</style>
background-color css
<style>
a { background-color: #485C89; }
a { background-color: rgb(72,92,137); }
div.DivClassName
{
background-color: #485C89;
}
.BgClassName
{
background-color: #485C89;
}
</style>
border-color css
<style>
span { border-color: #485C89; }
span { border-color: rgb(72,92,137); }
td.TdClassName
{
border-color: #485C89;
}
.TagClassName
{
border-color: #485C89;
}
</style>