Shades of Chambray #465A6E
Tints of Chambray #465A6E
RGB
CMYK
RGB Variations
Color information
#465A6E (or 0x465A6E) is known color: Chambray. HEX triplet: 46, 5A and 6E. RGB value is (70,90,110). Sum of RGB (Red+Green+Blue) = 70+90+110=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #465A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A6E is #B9A591. Grayscale: #565656. Windows color (decimal): -12166546 or 7232070. OLE color: 7232070.
HSL color Cylindrical-coordinate representation of color #465A6E: hue angle of 210º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465A6E is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 90 | 110 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.57 |
| HSL | 210º | 0.22% | 0.35% | - |
| HSV(B) | 210º | 0.36% | 0.43% | - |
| XYZ | 9 | 9.74 | 16.16 | - |
| YUV | 86.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 110 | 0.36 | 0.18 | 0 | 0.57 | 210 | 0.22 | 0.35 |
| Hex | 46 | 5A | 6E | 24 | 12 | 0 | 39 | D2 | 16 | 23 |
| Octal | 106 | 132 | 156 | 44 | 22 | 0 | 71 | 322 | 26 | 43 |
| Binary | 1000110 | 1011010 | 1101110 | 100100 | 10010 | 0 | 111001 | 11010010 | 10110 | 100011 |
Color Harmonies of #465A6E
Complementary color
Monochromatic Colors of #465A6E
Black with #465A6E
Text Example
Text Example
White with #465A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A6E; }
p { color: rgb(70,90,110); }
H1.HeaderClassName
{
color: #465A6E;
}
.AnyTagClassName
{
color: #465A6E;
}
</style>
background-color css
<style>
a { background-color: #465A6E; }
a { background-color: rgb(70,90,110); }
div.DivClassName
{
background-color: #465A6E;
}
.BgClassName
{
background-color: #465A6E;
}
</style>
border-color css
<style>
span { border-color: #465A6E; }
span { border-color: rgb(70,90,110); }
td.TdClassName
{
border-color: #465A6E;
}
.TagClassName
{
border-color: #465A6E;
}
</style>