Shades of Chambray #465F78
Tints of Chambray #465F78
RGB
CMYK
RGB Variations
Color information
#465F78 (or 0x465F78) is known color: Chambray. HEX triplet: 46, 5F and 78. RGB value is (70,95,120). Sum of RGB (Red+Green+Blue) = 70+95+120=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #465F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F78 is #B9A087. Grayscale: #5A5A5A. Windows color (decimal): -12165256 or 7888710. OLE color: 7888710.
HSL color Cylindrical-coordinate representation of color #465F78: hue angle of 210º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465F78 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 95 | 120 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.53 |
| HSL | 210º | 0.26% | 0.37% | - |
| HSV(B) | 210º | 0.42% | 0.47% | - |
| XYZ | 10.01 | 10.84 | 19.33 | - |
| YUV | 90.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 120 | 0.42 | 0.21 | 0 | 0.53 | 210 | 0.26 | 0.37 |
| Hex | 46 | 5F | 78 | 2A | 15 | 0 | 35 | D2 | 1A | 25 |
| Octal | 106 | 137 | 170 | 52 | 25 | 0 | 65 | 322 | 32 | 45 |
| Binary | 1000110 | 1011111 | 1111000 | 101010 | 10101 | 0 | 110101 | 11010010 | 11010 | 100101 |
Color Harmonies of #465F78
Complementary color
Monochromatic Colors of #465F78
Black with #465F78
Text Example
Text Example
White with #465F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F78; }
p { color: rgb(70,95,120); }
H1.HeaderClassName
{
color: #465F78;
}
.AnyTagClassName
{
color: #465F78;
}
</style>
background-color css
<style>
a { background-color: #465F78; }
a { background-color: rgb(70,95,120); }
div.DivClassName
{
background-color: #465F78;
}
.BgClassName
{
background-color: #465F78;
}
</style>
border-color css
<style>
span { border-color: #465F78; }
span { border-color: rgb(70,95,120); }
td.TdClassName
{
border-color: #465F78;
}
.TagClassName
{
border-color: #465F78;
}
</style>