Shades of Chambray #4A5873
Tints of Chambray #4A5873
RGB
CMYK
RGB Variations
Color information
#4A5873 (or 0x4A5873) is known color: Chambray. HEX triplet: 4A, 58 and 73. RGB value is (74,88,115). Sum of RGB (Red+Green+Blue) = 74+88+115=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A5873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5873 is #B5A78C. Grayscale: #565656. Windows color (decimal): -11904909 or 7559242. OLE color: 7559242.
HSL color Cylindrical-coordinate representation of color #4A5873: hue angle of 219.51º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A5873 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 88 | 115 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.55 |
| HSL | 219.51º | 0.22% | 0.37% | - |
| HSV(B) | 219.51º | 0.36% | 0.45% | - |
| XYZ | 9.41 | 9.67 | 17.59 | - |
| YUV | 86.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 115 | 0.36 | 0.23 | 0 | 0.55 | 219.51 | 0.22 | 0.37 |
| Hex | 4A | 58 | 73 | 24 | 17 | 0 | 37 | DC | 16 | 25 |
| Octal | 112 | 130 | 163 | 44 | 27 | 0 | 67 | 334 | 26 | 45 |
| Binary | 1001010 | 1011000 | 1110011 | 100100 | 10111 | 0 | 110111 | 11011100 | 10110 | 100101 |
Color Harmonies of #4A5873
Complementary color
Monochromatic Colors of #4A5873
Black with #4A5873
Text Example
Text Example
White with #4A5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5873; }
p { color: rgb(74,88,115); }
H1.HeaderClassName
{
color: #4A5873;
}
.AnyTagClassName
{
color: #4A5873;
}
</style>
background-color css
<style>
a { background-color: #4A5873; }
a { background-color: rgb(74,88,115); }
div.DivClassName
{
background-color: #4A5873;
}
.BgClassName
{
background-color: #4A5873;
}
</style>
border-color css
<style>
span { border-color: #4A5873; }
span { border-color: rgb(74,88,115); }
td.TdClassName
{
border-color: #4A5873;
}
.TagClassName
{
border-color: #4A5873;
}
</style>