Shades of Chambray #4B607F
Tints of Chambray #4B607F
RGB
CMYK
RGB Variations
Color information
#4B607F (or 0x4B607F) is known color: Chambray. HEX triplet: 4B, 60 and 7F. RGB value is (75,96,127). Sum of RGB (Red+Green+Blue) = 75+96+127=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B607F is #B49F80. Grayscale: #5D5D5D. Windows color (decimal): -11837313 or 8347723. OLE color: 8347723.
HSL color Cylindrical-coordinate representation of color #4B607F: hue angle of 215.77º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B607F is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 96 | 127 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.50 |
| HSL | 215.77º | 0.26% | 0.4% | - |
| HSV(B) | 215.77º | 0.41% | 0.5% | - |
| XYZ | 10.92 | 11.39 | 21.7 | - |
| YUV | 93.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 127 | 0.41 | 0.24 | 0 | 0.50 | 215.77 | 0.26 | 0.4 |
| Hex | 4B | 60 | 7F | 29 | 18 | 0 | 32 | D8 | 1A | 28 |
| Octal | 113 | 140 | 177 | 51 | 30 | 0 | 62 | 330 | 32 | 50 |
| Binary | 1001011 | 1100000 | 1111111 | 101001 | 11000 | 0 | 110010 | 11011000 | 11010 | 101000 |
Color Harmonies of #4B607F
Complementary color
Monochromatic Colors of #4B607F
Black with #4B607F
Text Example
Text Example
White with #4B607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B607F; }
p { color: rgb(75,96,127); }
H1.HeaderClassName
{
color: #4B607F;
}
.AnyTagClassName
{
color: #4B607F;
}
</style>
background-color css
<style>
a { background-color: #4B607F; }
a { background-color: rgb(75,96,127); }
div.DivClassName
{
background-color: #4B607F;
}
.BgClassName
{
background-color: #4B607F;
}
</style>
border-color css
<style>
span { border-color: #4B607F; }
span { border-color: rgb(75,96,127); }
td.TdClassName
{
border-color: #4B607F;
}
.TagClassName
{
border-color: #4B607F;
}
</style>