Shades of Chambray #485582
Tints of Chambray #485582
RGB
CMYK
RGB Variations
Color information
#485582 (or 0x485582) is known color: Chambray. HEX triplet: 48, 55 and 82. RGB value is (72,85,130). Sum of RGB (Red+Green+Blue) = 72+85+130=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #485582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485582 is #B7AA7D. Grayscale: #565656. Windows color (decimal): -12036734 or 8541512. OLE color: 8541512.
HSL color Cylindrical-coordinate representation of color #485582: hue angle of 226.55º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485582 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 85 | 130 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.49 |
| HSL | 226.55º | 0.29% | 0.4% | - |
| HSV(B) | 226.55º | 0.45% | 0.51% | - |
| XYZ | 9.95 | 9.49 | 22.43 | - |
| YUV | 86.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 130 | 0.45 | 0.35 | 0 | 0.49 | 226.55 | 0.29 | 0.4 |
| Hex | 48 | 55 | 82 | 2D | 23 | 0 | 31 | E3 | 1D | 28 |
| Octal | 110 | 125 | 202 | 55 | 43 | 0 | 61 | 343 | 35 | 50 |
| Binary | 1001000 | 1010101 | 10000010 | 101101 | 100011 | 0 | 110001 | 11100011 | 11101 | 101000 |
Color Harmonies of #485582
Complementary color
Monochromatic Colors of #485582
Black with #485582
Text Example
Text Example
White with #485582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485582; }
p { color: rgb(72,85,130); }
H1.HeaderClassName
{
color: #485582;
}
.AnyTagClassName
{
color: #485582;
}
</style>
background-color css
<style>
a { background-color: #485582; }
a { background-color: rgb(72,85,130); }
div.DivClassName
{
background-color: #485582;
}
.BgClassName
{
background-color: #485582;
}
</style>
border-color css
<style>
span { border-color: #485582; }
span { border-color: rgb(72,85,130); }
td.TdClassName
{
border-color: #485582;
}
.TagClassName
{
border-color: #485582;
}
</style>