Shades of Chambray #485D8A
Tints of Chambray #485D8A
RGB
CMYK
RGB Variations
Color information
#485D8A (or 0x485D8A) is known color: Chambray. HEX triplet: 48, 5D and 8A. RGB value is (72,93,138). Sum of RGB (Red+Green+Blue) = 72+93+138=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #485D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D8A is #B7A275. Grayscale: #5B5B5B. Windows color (decimal): -12034678 or 9067848. OLE color: 9067848.
HSL color Cylindrical-coordinate representation of color #485D8A: hue angle of 220.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #485D8A is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 93 | 138 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.46 |
| HSL | 220.91º | 0.31% | 0.41% | - |
| HSV(B) | 220.91º | 0.48% | 0.54% | - |
| XYZ | 11.17 | 11.04 | 25.59 | - |
| YUV | 91.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 138 | 0.48 | 0.33 | 0 | 0.46 | 220.91 | 0.31 | 0.41 |
| Hex | 48 | 5D | 8A | 30 | 21 | 0 | 2E | DD | 1F | 29 |
| Octal | 110 | 135 | 212 | 60 | 41 | 0 | 56 | 335 | 37 | 51 |
| Binary | 1001000 | 1011101 | 10001010 | 110000 | 100001 | 0 | 101110 | 11011101 | 11111 | 101001 |
Color Harmonies of #485D8A
Complementary color
Monochromatic Colors of #485D8A
Black with #485D8A
Text Example
Text Example
White with #485D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D8A; }
p { color: rgb(72,93,138); }
H1.HeaderClassName
{
color: #485D8A;
}
.AnyTagClassName
{
color: #485D8A;
}
</style>
background-color css
<style>
a { background-color: #485D8A; }
a { background-color: rgb(72,93,138); }
div.DivClassName
{
background-color: #485D8A;
}
.BgClassName
{
background-color: #485D8A;
}
</style>
border-color css
<style>
span { border-color: #485D8A; }
span { border-color: rgb(72,93,138); }
td.TdClassName
{
border-color: #485D8A;
}
.TagClassName
{
border-color: #485D8A;
}
</style>