Shades of Chambray #465C8A
Tints of Chambray #465C8A
RGB
CMYK
RGB Variations
Color information
#465C8A (or 0x465C8A) is known color: Chambray. HEX triplet: 46, 5C and 8A. RGB value is (70,92,138). Sum of RGB (Red+Green+Blue) = 70+92+138=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #465C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C8A is #B9A375. Grayscale: #5A5A5A. Windows color (decimal): -12166006 or 9067590. OLE color: 9067590.
HSL color Cylindrical-coordinate representation of color #465C8A: hue angle of 220.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465C8A is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 92 | 138 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.46 |
| HSL | 220.59º | 0.33% | 0.41% | - |
| HSV(B) | 220.59º | 0.49% | 0.54% | - |
| XYZ | 10.94 | 10.79 | 25.55 | - |
| YUV | 90.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 138 | 0.49 | 0.33 | 0 | 0.46 | 220.59 | 0.33 | 0.41 |
| Hex | 46 | 5C | 8A | 31 | 21 | 0 | 2E | DD | 21 | 29 |
| Octal | 106 | 134 | 212 | 61 | 41 | 0 | 56 | 335 | 41 | 51 |
| Binary | 1000110 | 1011100 | 10001010 | 110001 | 100001 | 0 | 101110 | 11011101 | 100001 | 101001 |
Color Harmonies of #465C8A
Complementary color
Monochromatic Colors of #465C8A
Black with #465C8A
Text Example
Text Example
White with #465C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C8A; }
p { color: rgb(70,92,138); }
H1.HeaderClassName
{
color: #465C8A;
}
.AnyTagClassName
{
color: #465C8A;
}
</style>
background-color css
<style>
a { background-color: #465C8A; }
a { background-color: rgb(70,92,138); }
div.DivClassName
{
background-color: #465C8A;
}
.BgClassName
{
background-color: #465C8A;
}
</style>
border-color css
<style>
span { border-color: #465C8A; }
span { border-color: rgb(70,92,138); }
td.TdClassName
{
border-color: #465C8A;
}
.TagClassName
{
border-color: #465C8A;
}
</style>