Shades of Chambray #4A6178
Tints of Chambray #4A6178
RGB
CMYK
RGB Variations
Color information
#4A6178 (or 0x4A6178) is known color: Chambray. HEX triplet: 4A, 61 and 78. RGB value is (74,97,120). Sum of RGB (Red+Green+Blue) = 74+97+120=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A6178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6178 is #B59E87. Grayscale: #5C5C5C. Windows color (decimal): -11902600 or 7889226. OLE color: 7889226.
HSL color Cylindrical-coordinate representation of color #4A6178: hue angle of 210º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6178 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 97 | 120 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.53 |
| HSL | 210º | 0.24% | 0.38% | - |
| HSV(B) | 210º | 0.38% | 0.47% | - |
| XYZ | 10.49 | 11.36 | 19.41 | - |
| YUV | 92.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 120 | 0.38 | 0.19 | 0 | 0.53 | 210 | 0.24 | 0.38 |
| Hex | 4A | 61 | 78 | 26 | 13 | 0 | 35 | D2 | 18 | 26 |
| Octal | 112 | 141 | 170 | 46 | 23 | 0 | 65 | 322 | 30 | 46 |
| Binary | 1001010 | 1100001 | 1111000 | 100110 | 10011 | 0 | 110101 | 11010010 | 11000 | 100110 |
Color Harmonies of #4A6178
Complementary color
Monochromatic Colors of #4A6178
Black with #4A6178
Text Example
Text Example
White with #4A6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6178; }
p { color: rgb(74,97,120); }
H1.HeaderClassName
{
color: #4A6178;
}
.AnyTagClassName
{
color: #4A6178;
}
</style>
background-color css
<style>
a { background-color: #4A6178; }
a { background-color: rgb(74,97,120); }
div.DivClassName
{
background-color: #4A6178;
}
.BgClassName
{
background-color: #4A6178;
}
</style>
border-color css
<style>
span { border-color: #4A6178; }
span { border-color: rgb(74,97,120); }
td.TdClassName
{
border-color: #4A6178;
}
.TagClassName
{
border-color: #4A6178;
}
</style>