Shades of Chambray #485C82
Tints of Chambray #485C82
RGB
CMYK
RGB Variations
Color information
#485C82 (or 0x485C82) is known color: Chambray. HEX triplet: 48, 5C and 82. RGB value is (72,92,130). Sum of RGB (Red+Green+Blue) = 72+92+130=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #485C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C82 is #B7A37D. Grayscale: #5A5A5A. Windows color (decimal): -12034942 or 8543304. OLE color: 8543304.
HSL color Cylindrical-coordinate representation of color #485C82: hue angle of 219.31º 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 #485C82 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 92 | 130 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.49 |
| HSL | 219.31º | 0.29% | 0.4% | - |
| HSV(B) | 219.31º | 0.45% | 0.51% | - |
| XYZ | 10.53 | 10.64 | 22.62 | - |
| YUV | 90.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 130 | 0.45 | 0.29 | 0 | 0.49 | 219.31 | 0.29 | 0.4 |
| Hex | 48 | 5C | 82 | 2D | 1D | 0 | 31 | DB | 1D | 28 |
| Octal | 110 | 134 | 202 | 55 | 35 | 0 | 61 | 333 | 35 | 50 |
| Binary | 1001000 | 1011100 | 10000010 | 101101 | 11101 | 0 | 110001 | 11011011 | 11101 | 101000 |
Color Harmonies of #485C82
Complementary color
Monochromatic Colors of #485C82
Black with #485C82
Text Example
Text Example
White with #485C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C82; }
p { color: rgb(72,92,130); }
H1.HeaderClassName
{
color: #485C82;
}
.AnyTagClassName
{
color: #485C82;
}
</style>
background-color css
<style>
a { background-color: #485C82; }
a { background-color: rgb(72,92,130); }
div.DivClassName
{
background-color: #485C82;
}
.BgClassName
{
background-color: #485C82;
}
</style>
border-color css
<style>
span { border-color: #485C82; }
span { border-color: rgb(72,92,130); }
td.TdClassName
{
border-color: #485C82;
}
.TagClassName
{
border-color: #485C82;
}
</style>