Shades of Chambray #485A6F
Tints of Chambray #485A6F
RGB
CMYK
RGB Variations
Color information
#485A6F (or 0x485A6F) is known color: Chambray. HEX triplet: 48, 5A and 6F. RGB value is (72,90,111). Sum of RGB (Red+Green+Blue) = 72+90+111=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #485A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6F is #B7A590. Grayscale: #565656. Windows color (decimal): -12035473 or 7297608. OLE color: 7297608.
HSL color Cylindrical-coordinate representation of color #485A6F: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #485A6F is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 90 | 111 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.56 |
| HSL | 212.31º | 0.21% | 0.36% | - |
| HSV(B) | 212.31º | 0.35% | 0.44% | - |
| XYZ | 9.2 | 9.84 | 16.45 | - |
| YUV | 87.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 111 | 0.35 | 0.19 | 0 | 0.56 | 212.31 | 0.21 | 0.36 |
| Hex | 48 | 5A | 6F | 23 | 13 | 0 | 38 | D4 | 15 | 24 |
| Octal | 110 | 132 | 157 | 43 | 23 | 0 | 70 | 324 | 25 | 44 |
| Binary | 1001000 | 1011010 | 1101111 | 100011 | 10011 | 0 | 111000 | 11010100 | 10101 | 100100 |
Color Harmonies of #485A6F
Complementary color
Monochromatic Colors of #485A6F
Black with #485A6F
Text Example
Text Example
White with #485A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A6F; }
p { color: rgb(72,90,111); }
H1.HeaderClassName
{
color: #485A6F;
}
.AnyTagClassName
{
color: #485A6F;
}
</style>
background-color css
<style>
a { background-color: #485A6F; }
a { background-color: rgb(72,90,111); }
div.DivClassName
{
background-color: #485A6F;
}
.BgClassName
{
background-color: #485A6F;
}
</style>
border-color css
<style>
span { border-color: #485A6F; }
span { border-color: rgb(72,90,111); }
td.TdClassName
{
border-color: #485A6F;
}
.TagClassName
{
border-color: #485A6F;
}
</style>