Shades of Chambray #4A5C7A
Tints of Chambray #4A5C7A
RGB
CMYK
RGB Variations
Color information
#4A5C7A (or 0x4A5C7A) is known color: Chambray. HEX triplet: 4A, 5C and 7A. RGB value is (74,92,122). Sum of RGB (Red+Green+Blue) = 74+92+122=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A5C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5C7A is #B5A385. Grayscale: #595959. Windows color (decimal): -11903878 or 8019018. OLE color: 8019018.
HSL color Cylindrical-coordinate representation of color #4A5C7A: hue angle of 217.5º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A5C7A is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 92 | 122 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.52 |
| HSL | 217.5º | 0.24% | 0.38% | - |
| HSV(B) | 217.5º | 0.39% | 0.48% | - |
| XYZ | 10.16 | 10.52 | 19.91 | - |
| YUV | 90.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 92 | 122 | 0.39 | 0.25 | 0 | 0.52 | 217.5 | 0.24 | 0.38 |
| Hex | 4A | 5C | 7A | 27 | 19 | 0 | 34 | DA | 18 | 26 |
| Octal | 112 | 134 | 172 | 47 | 31 | 0 | 64 | 332 | 30 | 46 |
| Binary | 1001010 | 1011100 | 1111010 | 100111 | 11001 | 0 | 110100 | 11011010 | 11000 | 100110 |
Color Harmonies of #4A5C7A
Complementary color
Monochromatic Colors of #4A5C7A
Black with #4A5C7A
Text Example
Text Example
White with #4A5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5C7A; }
p { color: rgb(74,92,122); }
H1.HeaderClassName
{
color: #4A5C7A;
}
.AnyTagClassName
{
color: #4A5C7A;
}
</style>
background-color css
<style>
a { background-color: #4A5C7A; }
a { background-color: rgb(74,92,122); }
div.DivClassName
{
background-color: #4A5C7A;
}
.BgClassName
{
background-color: #4A5C7A;
}
</style>
border-color css
<style>
span { border-color: #4A5C7A; }
span { border-color: rgb(74,92,122); }
td.TdClassName
{
border-color: #4A5C7A;
}
.TagClassName
{
border-color: #4A5C7A;
}
</style>