Shades of Chambray #485E81
Tints of Chambray #485E81
RGB
CMYK
RGB Variations
Color information
#485E81 (or 0x485E81) is known color: Chambray. HEX triplet: 48, 5E and 81. RGB value is (72,94,129). Sum of RGB (Red+Green+Blue) = 72+94+129=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #485E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E81 is #B7A17E. Grayscale: #5B5B5B. Windows color (decimal): -12034431 or 8478280. OLE color: 8478280.
HSL color Cylindrical-coordinate representation of color #485E81: hue angle of 216.84º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485E81 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 94 | 129 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.49 |
| HSL | 216.84º | 0.28% | 0.39% | - |
| HSV(B) | 216.84º | 0.44% | 0.51% | - |
| XYZ | 10.64 | 10.97 | 22.33 | - |
| YUV | 91.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 129 | 0.44 | 0.27 | 0 | 0.49 | 216.84 | 0.28 | 0.39 |
| Hex | 48 | 5E | 81 | 2C | 1B | 0 | 31 | D9 | 1C | 27 |
| Octal | 110 | 136 | 201 | 54 | 33 | 0 | 61 | 331 | 34 | 47 |
| Binary | 1001000 | 1011110 | 10000001 | 101100 | 11011 | 0 | 110001 | 11011001 | 11100 | 100111 |
Color Harmonies of #485E81
Complementary color
Monochromatic Colors of #485E81
Black with #485E81
Text Example
Text Example
White with #485E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E81; }
p { color: rgb(72,94,129); }
H1.HeaderClassName
{
color: #485E81;
}
.AnyTagClassName
{
color: #485E81;
}
</style>
background-color css
<style>
a { background-color: #485E81; }
a { background-color: rgb(72,94,129); }
div.DivClassName
{
background-color: #485E81;
}
.BgClassName
{
background-color: #485E81;
}
</style>
border-color css
<style>
span { border-color: #485E81; }
span { border-color: rgb(72,94,129); }
td.TdClassName
{
border-color: #485E81;
}
.TagClassName
{
border-color: #485E81;
}
</style>