Shades of Chambray #4A5A6F
Tints of Chambray #4A5A6F
RGB
CMYK
RGB Variations
Color information
#4A5A6F (or 0x4A5A6F) is known color: Chambray. HEX triplet: 4A, 5A and 6F. RGB value is (74,90,111). Sum of RGB (Red+Green+Blue) = 74+90+111=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A5A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5A6F is #B5A590. Grayscale: #575757. Windows color (decimal): -11904401 or 7297610. OLE color: 7297610.
HSL color Cylindrical-coordinate representation of color #4A5A6F: hue angle of 214.05º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A5A6F is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 90 | 111 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.56 |
| HSL | 214.05º | 0.2% | 0.36% | - |
| HSV(B) | 214.05º | 0.33% | 0.44% | - |
| XYZ | 9.35 | 9.92 | 16.46 | - |
| YUV | 87.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 111 | 0.33 | 0.19 | 0 | 0.56 | 214.05 | 0.2 | 0.36 |
| Hex | 4A | 5A | 6F | 21 | 13 | 0 | 38 | D6 | 14 | 24 |
| Octal | 112 | 132 | 157 | 41 | 23 | 0 | 70 | 326 | 24 | 44 |
| Binary | 1001010 | 1011010 | 1101111 | 100001 | 10011 | 0 | 111000 | 11010110 | 10100 | 100100 |
Color Harmonies of #4A5A6F
Complementary color
Monochromatic Colors of #4A5A6F
Black with #4A5A6F
Text Example
Text Example
White with #4A5A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A6F; }
p { color: rgb(74,90,111); }
H1.HeaderClassName
{
color: #4A5A6F;
}
.AnyTagClassName
{
color: #4A5A6F;
}
</style>
background-color css
<style>
a { background-color: #4A5A6F; }
a { background-color: rgb(74,90,111); }
div.DivClassName
{
background-color: #4A5A6F;
}
.BgClassName
{
background-color: #4A5A6F;
}
</style>
border-color css
<style>
span { border-color: #4A5A6F; }
span { border-color: rgb(74,90,111); }
td.TdClassName
{
border-color: #4A5A6F;
}
.TagClassName
{
border-color: #4A5A6F;
}
</style>