Shades of Chambray #485D7B
Tints of Chambray #485D7B
RGB
CMYK
RGB Variations
Color information
#485D7B (or 0x485D7B) is known color: Chambray. HEX triplet: 48, 5D and 7B. RGB value is (72,93,123). Sum of RGB (Red+Green+Blue) = 72+93+123=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #485D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D7B is #B7A284. Grayscale: #5A5A5A. Windows color (decimal): -12034693 or 8084808. OLE color: 8084808.
HSL color Cylindrical-coordinate representation of color #485D7B: hue angle of 215.29º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #485D7B is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 93 | 123 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.52 |
| HSL | 215.29º | 0.26% | 0.38% | - |
| HSV(B) | 215.29º | 0.41% | 0.48% | - |
| XYZ | 10.16 | 10.64 | 20.26 | - |
| YUV | 90.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 123 | 0.41 | 0.24 | 0 | 0.52 | 215.29 | 0.26 | 0.38 |
| Hex | 48 | 5D | 7B | 29 | 18 | 0 | 34 | D7 | 1A | 26 |
| Octal | 110 | 135 | 173 | 51 | 30 | 0 | 64 | 327 | 32 | 46 |
| Binary | 1001000 | 1011101 | 1111011 | 101001 | 11000 | 0 | 110100 | 11010111 | 11010 | 100110 |
Color Harmonies of #485D7B
Complementary color
Monochromatic Colors of #485D7B
Black with #485D7B
Text Example
Text Example
White with #485D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D7B; }
p { color: rgb(72,93,123); }
H1.HeaderClassName
{
color: #485D7B;
}
.AnyTagClassName
{
color: #485D7B;
}
</style>
background-color css
<style>
a { background-color: #485D7B; }
a { background-color: rgb(72,93,123); }
div.DivClassName
{
background-color: #485D7B;
}
.BgClassName
{
background-color: #485D7B;
}
</style>
border-color css
<style>
span { border-color: #485D7B; }
span { border-color: rgb(72,93,123); }
td.TdClassName
{
border-color: #485D7B;
}
.TagClassName
{
border-color: #485D7B;
}
</style>