Shades of Chambray #485B8A
Tints of Chambray #485B8A
RGB
CMYK
RGB Variations
Color information
#485B8A (or 0x485B8A) is known color: Chambray. HEX triplet: 48, 5B and 8A. RGB value is (72,91,138). Sum of RGB (Red+Green+Blue) = 72+91+138=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #485B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485B8A is #B7A475. Grayscale: #5A5A5A. Windows color (decimal): -12035190 or 9067336. OLE color: 9067336.
HSL color Cylindrical-coordinate representation of color #485B8A: hue angle of 222.73º 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 #485B8A is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 91 | 138 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.46 |
| HSL | 222.73º | 0.31% | 0.41% | - |
| HSV(B) | 222.73º | 0.48% | 0.54% | - |
| XYZ | 11 | 10.69 | 25.53 | - |
| YUV | 90.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 138 | 0.48 | 0.34 | 0 | 0.46 | 222.73 | 0.31 | 0.41 |
| Hex | 48 | 5B | 8A | 30 | 22 | 0 | 2E | DF | 1F | 29 |
| Octal | 110 | 133 | 212 | 60 | 42 | 0 | 56 | 337 | 37 | 51 |
| Binary | 1001000 | 1011011 | 10001010 | 110000 | 100010 | 0 | 101110 | 11011111 | 11111 | 101001 |
Color Harmonies of #485B8A
Complementary color
Monochromatic Colors of #485B8A
Black with #485B8A
Text Example
Text Example
White with #485B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B8A; }
p { color: rgb(72,91,138); }
H1.HeaderClassName
{
color: #485B8A;
}
.AnyTagClassName
{
color: #485B8A;
}
</style>
background-color css
<style>
a { background-color: #485B8A; }
a { background-color: rgb(72,91,138); }
div.DivClassName
{
background-color: #485B8A;
}
.BgClassName
{
background-color: #485B8A;
}
</style>
border-color css
<style>
span { border-color: #485B8A; }
span { border-color: rgb(72,91,138); }
td.TdClassName
{
border-color: #485B8A;
}
.TagClassName
{
border-color: #485B8A;
}
</style>