Shades of Chambray #485E80
Tints of Chambray #485E80
RGB
CMYK
RGB Variations
Color information
#485E80 (or 0x485E80) is known color: Chambray. HEX triplet: 48, 5E and 80. RGB value is (72,94,128). Sum of RGB (Red+Green+Blue) = 72+94+128=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #485E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E80 is #B7A17F. Grayscale: #5B5B5B. Windows color (decimal): -12034432 or 8412744. OLE color: 8412744.
HSL color Cylindrical-coordinate representation of color #485E80: hue angle of 216.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485E80 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 94 | 128 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.50 |
| HSL | 216.43º | 0.28% | 0.39% | - |
| HSV(B) | 216.43º | 0.44% | 0.5% | - |
| XYZ | 10.57 | 10.94 | 21.98 | - |
| YUV | 91.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 128 | 0.44 | 0.27 | 0 | 0.50 | 216.43 | 0.28 | 0.39 |
| Hex | 48 | 5E | 80 | 2C | 1B | 0 | 32 | D8 | 1C | 27 |
| Octal | 110 | 136 | 200 | 54 | 33 | 0 | 62 | 330 | 34 | 47 |
| Binary | 1001000 | 1011110 | 10000000 | 101100 | 11011 | 0 | 110010 | 11011000 | 11100 | 100111 |
Color Harmonies of #485E80
Complementary color
Monochromatic Colors of #485E80
Black with #485E80
Text Example
Text Example
White with #485E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E80; }
p { color: rgb(72,94,128); }
H1.HeaderClassName
{
color: #485E80;
}
.AnyTagClassName
{
color: #485E80;
}
</style>
background-color css
<style>
a { background-color: #485E80; }
a { background-color: rgb(72,94,128); }
div.DivClassName
{
background-color: #485E80;
}
.BgClassName
{
background-color: #485E80;
}
</style>
border-color css
<style>
span { border-color: #485E80; }
span { border-color: rgb(72,94,128); }
td.TdClassName
{
border-color: #485E80;
}
.TagClassName
{
border-color: #485E80;
}
</style>