Shades of Chambray #485E8A
Tints of Chambray #485E8A
RGB
CMYK
RGB Variations
Color information
#485E8A (or 0x485E8A) is known color: Chambray. HEX triplet: 48, 5E and 8A. RGB value is (72,94,138). Sum of RGB (Red+Green+Blue) = 72+94+138=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #485E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E8A is #B7A175. Grayscale: #5C5C5C. Windows color (decimal): -12034422 or 9068104. OLE color: 9068104.
HSL color Cylindrical-coordinate representation of color #485E8A: hue angle of 220º 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 #485E8A is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 94 | 138 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.46 |
| HSL | 220º | 0.31% | 0.41% | - |
| HSV(B) | 220º | 0.48% | 0.54% | - |
| XYZ | 11.26 | 11.22 | 25.62 | - |
| YUV | 92.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 138 | 0.48 | 0.32 | 0 | 0.46 | 220 | 0.31 | 0.41 |
| Hex | 48 | 5E | 8A | 30 | 20 | 0 | 2E | DC | 1F | 29 |
| Octal | 110 | 136 | 212 | 60 | 40 | 0 | 56 | 334 | 37 | 51 |
| Binary | 1001000 | 1011110 | 10001010 | 110000 | 100000 | 0 | 101110 | 11011100 | 11111 | 101001 |
Color Harmonies of #485E8A
Complementary color
Monochromatic Colors of #485E8A
Black with #485E8A
Text Example
Text Example
White with #485E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E8A; }
p { color: rgb(72,94,138); }
H1.HeaderClassName
{
color: #485E8A;
}
.AnyTagClassName
{
color: #485E8A;
}
</style>
background-color css
<style>
a { background-color: #485E8A; }
a { background-color: rgb(72,94,138); }
div.DivClassName
{
background-color: #485E8A;
}
.BgClassName
{
background-color: #485E8A;
}
</style>
border-color css
<style>
span { border-color: #485E8A; }
span { border-color: rgb(72,94,138); }
td.TdClassName
{
border-color: #485E8A;
}
.TagClassName
{
border-color: #485E8A;
}
</style>