Shades of Chambray #485A7B
Tints of Chambray #485A7B
RGB
CMYK
RGB Variations
Color information
#485A7B (or 0x485A7B) is known color: Chambray. HEX triplet: 48, 5A and 7B. RGB value is (72,90,123). Sum of RGB (Red+Green+Blue) = 72+90+123=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #485A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A7B is #B7A584. Grayscale: #585858. Windows color (decimal): -12035461 or 8084040. OLE color: 8084040.
HSL color Cylindrical-coordinate representation of color #485A7B: hue angle of 218.82º 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 #485A7B is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 90 | 123 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.52 |
| HSL | 218.82º | 0.26% | 0.38% | - |
| HSV(B) | 218.82º | 0.41% | 0.48% | - |
| XYZ | 9.9 | 10.12 | 20.17 | - |
| YUV | 88.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 123 | 0.41 | 0.27 | 0 | 0.52 | 218.82 | 0.26 | 0.38 |
| Hex | 48 | 5A | 7B | 29 | 1B | 0 | 34 | DB | 1A | 26 |
| Octal | 110 | 132 | 173 | 51 | 33 | 0 | 64 | 333 | 32 | 46 |
| Binary | 1001000 | 1011010 | 1111011 | 101001 | 11011 | 0 | 110100 | 11011011 | 11010 | 100110 |
Color Harmonies of #485A7B
Complementary color
Monochromatic Colors of #485A7B
Black with #485A7B
Text Example
Text Example
White with #485A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A7B; }
p { color: rgb(72,90,123); }
H1.HeaderClassName
{
color: #485A7B;
}
.AnyTagClassName
{
color: #485A7B;
}
</style>
background-color css
<style>
a { background-color: #485A7B; }
a { background-color: rgb(72,90,123); }
div.DivClassName
{
background-color: #485A7B;
}
.BgClassName
{
background-color: #485A7B;
}
</style>
border-color css
<style>
span { border-color: #485A7B; }
span { border-color: rgb(72,90,123); }
td.TdClassName
{
border-color: #485A7B;
}
.TagClassName
{
border-color: #485A7B;
}
</style>