Shades of Chambray #485B70
Tints of Chambray #485B70
RGB
CMYK
RGB Variations
Color information
#485B70 (or 0x485B70) is known color: Chambray. HEX triplet: 48, 5B and 70. RGB value is (72,91,112). Sum of RGB (Red+Green+Blue) = 72+91+112=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #485B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B70 is #B7A48F. Grayscale: #575757. Windows color (decimal): -12035216 or 7363400. OLE color: 7363400.
HSL color Cylindrical-coordinate representation of color #485B70: hue angle of 211.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485B70 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 91 | 112 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.56 |
| HSL | 211.5º | 0.22% | 0.36% | - |
| HSV(B) | 211.5º | 0.36% | 0.44% | - |
| XYZ | 9.34 | 10.03 | 16.77 | - |
| YUV | 87.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 112 | 0.36 | 0.19 | 0 | 0.56 | 211.5 | 0.22 | 0.36 |
| Hex | 48 | 5B | 70 | 24 | 13 | 0 | 38 | D4 | 16 | 24 |
| Octal | 110 | 133 | 160 | 44 | 23 | 0 | 70 | 324 | 26 | 44 |
| Binary | 1001000 | 1011011 | 1110000 | 100100 | 10011 | 0 | 111000 | 11010100 | 10110 | 100100 |
Color Harmonies of #485B70
Complementary color
Monochromatic Colors of #485B70
Black with #485B70
Text Example
Text Example
White with #485B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B70; }
p { color: rgb(72,91,112); }
H1.HeaderClassName
{
color: #485B70;
}
.AnyTagClassName
{
color: #485B70;
}
</style>
background-color css
<style>
a { background-color: #485B70; }
a { background-color: rgb(72,91,112); }
div.DivClassName
{
background-color: #485B70;
}
.BgClassName
{
background-color: #485B70;
}
</style>
border-color css
<style>
span { border-color: #485B70; }
span { border-color: rgb(72,91,112); }
td.TdClassName
{
border-color: #485B70;
}
.TagClassName
{
border-color: #485B70;
}
</style>