Shades of Chambray #485D7C
Tints of Chambray #485D7C
RGB
CMYK
RGB Variations
Color information
#485D7C (or 0x485D7C) is known color: Chambray. HEX triplet: 48, 5D and 7C. RGB value is (72,93,124). Sum of RGB (Red+Green+Blue) = 72+93+124=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #485D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D7C is #B7A283. Grayscale: #5A5A5A. Windows color (decimal): -12034692 or 8150344. OLE color: 8150344.
HSL color Cylindrical-coordinate representation of color #485D7C: hue angle of 215.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485D7C is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 93 | 124 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.51 |
| HSL | 215.77º | 0.27% | 0.38% | - |
| HSV(B) | 215.77º | 0.42% | 0.49% | - |
| XYZ | 10.22 | 10.66 | 20.59 | - |
| YUV | 90.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 124 | 0.42 | 0.25 | 0 | 0.51 | 215.77 | 0.27 | 0.38 |
| Hex | 48 | 5D | 7C | 2A | 19 | 0 | 33 | D8 | 1B | 26 |
| Octal | 110 | 135 | 174 | 52 | 31 | 0 | 63 | 330 | 33 | 46 |
| Binary | 1001000 | 1011101 | 1111100 | 101010 | 11001 | 0 | 110011 | 11011000 | 11011 | 100110 |
Color Harmonies of #485D7C
Complementary color
Monochromatic Colors of #485D7C
Black with #485D7C
Text Example
Text Example
White with #485D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D7C; }
p { color: rgb(72,93,124); }
H1.HeaderClassName
{
color: #485D7C;
}
.AnyTagClassName
{
color: #485D7C;
}
</style>
background-color css
<style>
a { background-color: #485D7C; }
a { background-color: rgb(72,93,124); }
div.DivClassName
{
background-color: #485D7C;
}
.BgClassName
{
background-color: #485D7C;
}
</style>
border-color css
<style>
span { border-color: #485D7C; }
span { border-color: rgb(72,93,124); }
td.TdClassName
{
border-color: #485D7C;
}
.TagClassName
{
border-color: #485D7C;
}
</style>