Shades of Chambray #465C7E
Tints of Chambray #465C7E
RGB
CMYK
RGB Variations
Color information
#465C7E (or 0x465C7E) is known color: Chambray. HEX triplet: 46, 5C and 7E. RGB value is (70,92,126). Sum of RGB (Red+Green+Blue) = 70+92+126=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #465C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C7E is #B9A381. Grayscale: #595959. Windows color (decimal): -12166018 or 8281158. OLE color: 8281158.
HSL color Cylindrical-coordinate representation of color #465C7E: hue angle of 216.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465C7E is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 92 | 126 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.51 |
| HSL | 216.43º | 0.29% | 0.38% | - |
| HSV(B) | 216.43º | 0.44% | 0.49% | - |
| XYZ | 10.12 | 10.46 | 21.22 | - |
| YUV | 89.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 126 | 0.44 | 0.27 | 0 | 0.51 | 216.43 | 0.29 | 0.38 |
| Hex | 46 | 5C | 7E | 2C | 1B | 0 | 33 | D8 | 1D | 26 |
| Octal | 106 | 134 | 176 | 54 | 33 | 0 | 63 | 330 | 35 | 46 |
| Binary | 1000110 | 1011100 | 1111110 | 101100 | 11011 | 0 | 110011 | 11011000 | 11101 | 100110 |
Color Harmonies of #465C7E
Complementary color
Monochromatic Colors of #465C7E
Black with #465C7E
Text Example
Text Example
White with #465C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C7E; }
p { color: rgb(70,92,126); }
H1.HeaderClassName
{
color: #465C7E;
}
.AnyTagClassName
{
color: #465C7E;
}
</style>
background-color css
<style>
a { background-color: #465C7E; }
a { background-color: rgb(70,92,126); }
div.DivClassName
{
background-color: #465C7E;
}
.BgClassName
{
background-color: #465C7E;
}
</style>
border-color css
<style>
span { border-color: #465C7E; }
span { border-color: rgb(70,92,126); }
td.TdClassName
{
border-color: #465C7E;
}
.TagClassName
{
border-color: #465C7E;
}
</style>