Shades of Chambray #485A8A
Tints of Chambray #485A8A
RGB
CMYK
RGB Variations
Color information
#485A8A (or 0x485A8A) is known color: Chambray. HEX triplet: 48, 5A and 8A. RGB value is (72,90,138). Sum of RGB (Red+Green+Blue) = 72+90+138=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #485A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A8A is #B7A575. Grayscale: #595959. Windows color (decimal): -12035446 or 9067080. OLE color: 9067080.
HSL color Cylindrical-coordinate representation of color #485A8A: hue angle of 223.64º 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 #485A8A is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 90 | 138 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.46 |
| HSL | 223.64º | 0.31% | 0.41% | - |
| HSV(B) | 223.64º | 0.48% | 0.54% | - |
| XYZ | 10.92 | 10.53 | 25.5 | - |
| YUV | 90.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 138 | 0.48 | 0.35 | 0 | 0.46 | 223.64 | 0.31 | 0.41 |
| Hex | 48 | 5A | 8A | 30 | 23 | 0 | 2E | E0 | 1F | 29 |
| Octal | 110 | 132 | 212 | 60 | 43 | 0 | 56 | 340 | 37 | 51 |
| Binary | 1001000 | 1011010 | 10001010 | 110000 | 100011 | 0 | 101110 | 11100000 | 11111 | 101001 |
Color Harmonies of #485A8A
Complementary color
Monochromatic Colors of #485A8A
Black with #485A8A
Text Example
Text Example
White with #485A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A8A; }
p { color: rgb(72,90,138); }
H1.HeaderClassName
{
color: #485A8A;
}
.AnyTagClassName
{
color: #485A8A;
}
</style>
background-color css
<style>
a { background-color: #485A8A; }
a { background-color: rgb(72,90,138); }
div.DivClassName
{
background-color: #485A8A;
}
.BgClassName
{
background-color: #485A8A;
}
</style>
border-color css
<style>
span { border-color: #485A8A; }
span { border-color: rgb(72,90,138); }
td.TdClassName
{
border-color: #485A8A;
}
.TagClassName
{
border-color: #485A8A;
}
</style>