Shades of Chambray #465A70
Tints of Chambray #465A70
RGB
CMYK
RGB Variations
Color information
#465A70 (or 0x465A70) is known color: Chambray. HEX triplet: 46, 5A and 70. RGB value is (70,90,112). Sum of RGB (Red+Green+Blue) = 70+90+112=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #465A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A70 is #B9A58F. Grayscale: #565656. Windows color (decimal): -12166544 or 7363142. OLE color: 7363142.
HSL color Cylindrical-coordinate representation of color #465A70: hue angle of 211.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465A70 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 90 | 112 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.56 |
| HSL | 211.43º | 0.23% | 0.36% | - |
| HSV(B) | 211.43º | 0.38% | 0.44% | - |
| XYZ | 9.11 | 9.78 | 16.74 | - |
| YUV | 86.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 112 | 0.38 | 0.20 | 0 | 0.56 | 211.43 | 0.23 | 0.36 |
| Hex | 46 | 5A | 70 | 26 | 14 | 0 | 38 | D3 | 17 | 24 |
| Octal | 106 | 132 | 160 | 46 | 24 | 0 | 70 | 323 | 27 | 44 |
| Binary | 1000110 | 1011010 | 1110000 | 100110 | 10100 | 0 | 111000 | 11010011 | 10111 | 100100 |
Color Harmonies of #465A70
Complementary color
Monochromatic Colors of #465A70
Black with #465A70
Text Example
Text Example
White with #465A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A70; }
p { color: rgb(70,90,112); }
H1.HeaderClassName
{
color: #465A70;
}
.AnyTagClassName
{
color: #465A70;
}
</style>
background-color css
<style>
a { background-color: #465A70; }
a { background-color: rgb(70,90,112); }
div.DivClassName
{
background-color: #465A70;
}
.BgClassName
{
background-color: #465A70;
}
</style>
border-color css
<style>
span { border-color: #465A70; }
span { border-color: rgb(70,90,112); }
td.TdClassName
{
border-color: #465A70;
}
.TagClassName
{
border-color: #465A70;
}
</style>