Shades of Chambray #485E7D
Tints of Chambray #485E7D
RGB
CMYK
RGB Variations
Color information
#485E7D (or 0x485E7D) is known color: Chambray. HEX triplet: 48, 5E and 7D. RGB value is (72,94,125). Sum of RGB (Red+Green+Blue) = 72+94+125=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #485E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E7D is #B7A182. Grayscale: #5A5A5A. Windows color (decimal): -12034435 or 8216136. OLE color: 8216136.
HSL color Cylindrical-coordinate representation of color #485E7D: hue angle of 215.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485E7D is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 94 | 125 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.51 |
| HSL | 215.09º | 0.27% | 0.39% | - |
| HSV(B) | 215.09º | 0.42% | 0.49% | - |
| XYZ | 10.38 | 10.86 | 20.95 | - |
| YUV | 90.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 125 | 0.42 | 0.25 | 0 | 0.51 | 215.09 | 0.27 | 0.39 |
| Hex | 48 | 5E | 7D | 2A | 19 | 0 | 33 | D7 | 1B | 27 |
| Octal | 110 | 136 | 175 | 52 | 31 | 0 | 63 | 327 | 33 | 47 |
| Binary | 1001000 | 1011110 | 1111101 | 101010 | 11001 | 0 | 110011 | 11010111 | 11011 | 100111 |
Color Harmonies of #485E7D
Complementary color
Monochromatic Colors of #485E7D
Black with #485E7D
Text Example
Text Example
White with #485E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E7D; }
p { color: rgb(72,94,125); }
H1.HeaderClassName
{
color: #485E7D;
}
.AnyTagClassName
{
color: #485E7D;
}
</style>
background-color css
<style>
a { background-color: #485E7D; }
a { background-color: rgb(72,94,125); }
div.DivClassName
{
background-color: #485E7D;
}
.BgClassName
{
background-color: #485E7D;
}
</style>
border-color css
<style>
span { border-color: #485E7D; }
span { border-color: rgb(72,94,125); }
td.TdClassName
{
border-color: #485E7D;
}
.TagClassName
{
border-color: #485E7D;
}
</style>