Shades of Chambray #465A76
Tints of Chambray #465A76
RGB
CMYK
RGB Variations
Color information
#465A76 (or 0x465A76) is known color: Chambray. HEX triplet: 46, 5A and 76. RGB value is (70,90,118). Sum of RGB (Red+Green+Blue) = 70+90+118=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #465A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A76 is #B9A589. Grayscale: #575757. Windows color (decimal): -12166538 or 7756358. OLE color: 7756358.
HSL color Cylindrical-coordinate representation of color #465A76: hue angle of 215º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465A76 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 90 | 118 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.54 |
| HSL | 215º | 0.26% | 0.37% | - |
| HSV(B) | 215º | 0.41% | 0.46% | - |
| XYZ | 9.45 | 9.92 | 18.56 | - |
| YUV | 87.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 118 | 0.41 | 0.24 | 0 | 0.54 | 215 | 0.26 | 0.37 |
| Hex | 46 | 5A | 76 | 29 | 18 | 0 | 36 | D7 | 1A | 25 |
| Octal | 106 | 132 | 166 | 51 | 30 | 0 | 66 | 327 | 32 | 45 |
| Binary | 1000110 | 1011010 | 1110110 | 101001 | 11000 | 0 | 110110 | 11010111 | 11010 | 100101 |
Color Harmonies of #465A76
Complementary color
Monochromatic Colors of #465A76
Black with #465A76
Text Example
Text Example
White with #465A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A76; }
p { color: rgb(70,90,118); }
H1.HeaderClassName
{
color: #465A76;
}
.AnyTagClassName
{
color: #465A76;
}
</style>
background-color css
<style>
a { background-color: #465A76; }
a { background-color: rgb(70,90,118); }
div.DivClassName
{
background-color: #465A76;
}
.BgClassName
{
background-color: #465A76;
}
</style>
border-color css
<style>
span { border-color: #465A76; }
span { border-color: rgb(70,90,118); }
td.TdClassName
{
border-color: #465A76;
}
.TagClassName
{
border-color: #465A76;
}
</style>