Shades of Chambray #465F74
Tints of Chambray #465F74
RGB
CMYK
RGB Variations
Color information
#465F74 (or 0x465F74) is known color: Chambray. HEX triplet: 46, 5F and 74. RGB value is (70,95,116). Sum of RGB (Red+Green+Blue) = 70+95+116=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #465F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F74 is #B9A08B. Grayscale: #595959. Windows color (decimal): -12165260 or 7626566. OLE color: 7626566.
HSL color Cylindrical-coordinate representation of color #465F74: hue angle of 207.39º 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 #465F74 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 95 | 116 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.55 |
| HSL | 207.39º | 0.25% | 0.36% | - |
| HSV(B) | 207.39º | 0.4% | 0.45% | - |
| XYZ | 9.77 | 10.75 | 18.08 | - |
| YUV | 89.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 116 | 0.40 | 0.18 | 0 | 0.55 | 207.39 | 0.25 | 0.36 |
| Hex | 46 | 5F | 74 | 28 | 12 | 0 | 37 | CF | 19 | 24 |
| Octal | 106 | 137 | 164 | 50 | 22 | 0 | 67 | 317 | 31 | 44 |
| Binary | 1000110 | 1011111 | 1110100 | 101000 | 10010 | 0 | 110111 | 11001111 | 11001 | 100100 |
Color Harmonies of #465F74
Complementary color
Monochromatic Colors of #465F74
Black with #465F74
Text Example
Text Example
White with #465F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F74; }
p { color: rgb(70,95,116); }
H1.HeaderClassName
{
color: #465F74;
}
.AnyTagClassName
{
color: #465F74;
}
</style>
background-color css
<style>
a { background-color: #465F74; }
a { background-color: rgb(70,95,116); }
div.DivClassName
{
background-color: #465F74;
}
.BgClassName
{
background-color: #465F74;
}
</style>
border-color css
<style>
span { border-color: #465F74; }
span { border-color: rgb(70,95,116); }
td.TdClassName
{
border-color: #465F74;
}
.TagClassName
{
border-color: #465F74;
}
</style>