Shades of Chambray #465B74
Tints of Chambray #465B74
RGB
CMYK
RGB Variations
Color information
#465B74 (or 0x465B74) is known color: Chambray. HEX triplet: 46, 5B and 74. RGB value is (70,91,116). Sum of RGB (Red+Green+Blue) = 70+91+116=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #465B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B74 is #B9A48B. Grayscale: #575757. Windows color (decimal): -12166284 or 7625542. OLE color: 7625542.
HSL color Cylindrical-coordinate representation of color #465B74: hue angle of 212.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465B74 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 91 | 116 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.55 |
| HSL | 212.61º | 0.25% | 0.36% | - |
| HSV(B) | 212.61º | 0.4% | 0.45% | - |
| XYZ | 9.42 | 10.05 | 17.97 | - |
| YUV | 87.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 116 | 0.40 | 0.22 | 0 | 0.55 | 212.61 | 0.25 | 0.36 |
| Hex | 46 | 5B | 74 | 28 | 16 | 0 | 37 | D5 | 19 | 24 |
| Octal | 106 | 133 | 164 | 50 | 26 | 0 | 67 | 325 | 31 | 44 |
| Binary | 1000110 | 1011011 | 1110100 | 101000 | 10110 | 0 | 110111 | 11010101 | 11001 | 100100 |
Color Harmonies of #465B74
Complementary color
Monochromatic Colors of #465B74
Black with #465B74
Text Example
Text Example
White with #465B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B74; }
p { color: rgb(70,91,116); }
H1.HeaderClassName
{
color: #465B74;
}
.AnyTagClassName
{
color: #465B74;
}
</style>
background-color css
<style>
a { background-color: #465B74; }
a { background-color: rgb(70,91,116); }
div.DivClassName
{
background-color: #465B74;
}
.BgClassName
{
background-color: #465B74;
}
</style>
border-color css
<style>
span { border-color: #465B74; }
span { border-color: rgb(70,91,116); }
td.TdClassName
{
border-color: #465B74;
}
.TagClassName
{
border-color: #465B74;
}
</style>