Shades of Chambray #485C8B
Tints of Chambray #485C8B
RGB
CMYK
RGB Variations
Color information
#485C8B (or 0x485C8B) is known color: Chambray. HEX triplet: 48, 5C and 8B. RGB value is (72,92,139). Sum of RGB (Red+Green+Blue) = 72+92+139=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #485C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C8B is #B7A374. Grayscale: #5B5B5B. Windows color (decimal): -12034933 or 9133128. OLE color: 9133128.
HSL color Cylindrical-coordinate representation of color #485C8B: hue angle of 222.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #485C8B is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 92 | 139 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.45 |
| HSL | 222.09º | 0.32% | 0.41% | - |
| HSV(B) | 222.09º | 0.48% | 0.55% | - |
| XYZ | 11.16 | 10.9 | 25.94 | - |
| YUV | 91.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 139 | 0.48 | 0.34 | 0 | 0.45 | 222.09 | 0.32 | 0.41 |
| Hex | 48 | 5C | 8B | 30 | 22 | 0 | 2D | DE | 20 | 29 |
| Octal | 110 | 134 | 213 | 60 | 42 | 0 | 55 | 336 | 40 | 51 |
| Binary | 1001000 | 1011100 | 10001011 | 110000 | 100010 | 0 | 101101 | 11011110 | 100000 | 101001 |
Color Harmonies of #485C8B
Complementary color
Monochromatic Colors of #485C8B
Black with #485C8B
Text Example
Text Example
White with #485C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C8B; }
p { color: rgb(72,92,139); }
H1.HeaderClassName
{
color: #485C8B;
}
.AnyTagClassName
{
color: #485C8B;
}
</style>
background-color css
<style>
a { background-color: #485C8B; }
a { background-color: rgb(72,92,139); }
div.DivClassName
{
background-color: #485C8B;
}
.BgClassName
{
background-color: #485C8B;
}
</style>
border-color css
<style>
span { border-color: #485C8B; }
span { border-color: rgb(72,92,139); }
td.TdClassName
{
border-color: #485C8B;
}
.TagClassName
{
border-color: #485C8B;
}
</style>