Shades of Chambray #4A6075
Tints of Chambray #4A6075
RGB
CMYK
RGB Variations
Color information
#4A6075 (or 0x4A6075) is known color: Chambray. HEX triplet: 4A, 60 and 75. RGB value is (74,96,117). Sum of RGB (Red+Green+Blue) = 74+96+117=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6075 is #B59F8A. Grayscale: #5B5B5B. Windows color (decimal): -11902859 or 7692362. OLE color: 7692362.
HSL color Cylindrical-coordinate representation of color #4A6075: hue angle of 209.3º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6075 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 96 | 117 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.54 |
| HSL | 209.3º | 0.23% | 0.37% | - |
| HSV(B) | 209.3º | 0.37% | 0.46% | - |
| XYZ | 10.22 | 11.11 | 18.43 | - |
| YUV | 91.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 117 | 0.37 | 0.18 | 0 | 0.54 | 209.3 | 0.23 | 0.37 |
| Hex | 4A | 60 | 75 | 25 | 12 | 0 | 36 | D1 | 17 | 25 |
| Octal | 112 | 140 | 165 | 45 | 22 | 0 | 66 | 321 | 27 | 45 |
| Binary | 1001010 | 1100000 | 1110101 | 100101 | 10010 | 0 | 110110 | 11010001 | 10111 | 100101 |
Color Harmonies of #4A6075
Complementary color
Monochromatic Colors of #4A6075
Black with #4A6075
Text Example
Text Example
White with #4A6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6075; }
p { color: rgb(74,96,117); }
H1.HeaderClassName
{
color: #4A6075;
}
.AnyTagClassName
{
color: #4A6075;
}
</style>
background-color css
<style>
a { background-color: #4A6075; }
a { background-color: rgb(74,96,117); }
div.DivClassName
{
background-color: #4A6075;
}
.BgClassName
{
background-color: #4A6075;
}
</style>
border-color css
<style>
span { border-color: #4A6075; }
span { border-color: rgb(74,96,117); }
td.TdClassName
{
border-color: #4A6075;
}
.TagClassName
{
border-color: #4A6075;
}
</style>