Shades of Chetwode Blue #73759E
Tints of Chetwode Blue #73759E
RGB
CMYK
RGB Variations
Color information
#73759E (or 0x73759E) is known color: Chetwode Blue. HEX triplet: 73, 75 and 9E. RGB value is (115,117,158). Sum of RGB (Red+Green+Blue) = 115+117+158=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #73759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759E is #8C8A61. Grayscale: #787878. Windows color (decimal): -9210466 or 10384755. OLE color: 10384755.
HSL color Cylindrical-coordinate representation of color #73759E: hue angle of 237.21º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73759E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 117 | 158 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.38 |
| HSL | 237.21º | 0.18% | 0.54% | - |
| HSV(B) | 237.21º | 0.27% | 0.62% | - |
| XYZ | 19.6 | 18.84 | 34.95 | - |
| YUV | 121.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 158 | 0.27 | 0.26 | 0 | 0.38 | 237.21 | 0.18 | 0.54 |
| Hex | 73 | 75 | 9E | 1B | 1A | 0 | 26 | ED | 12 | 36 |
| Octal | 163 | 165 | 236 | 33 | 32 | 0 | 46 | 355 | 22 | 66 |
| Binary | 1110011 | 1110101 | 10011110 | 11011 | 11010 | 0 | 100110 | 11101101 | 10010 | 110110 |
Color Harmonies of #73759E
Complementary color
Monochromatic Colors of #73759E
Black with #73759E
Text Example
Text Example
White with #73759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73759E; }
p { color: rgb(115,117,158); }
H1.HeaderClassName
{
color: #73759E;
}
.AnyTagClassName
{
color: #73759E;
}
</style>
background-color css
<style>
a { background-color: #73759E; }
a { background-color: rgb(115,117,158); }
div.DivClassName
{
background-color: #73759E;
}
.BgClassName
{
background-color: #73759E;
}
</style>
border-color css
<style>
span { border-color: #73759E; }
span { border-color: rgb(115,117,158); }
td.TdClassName
{
border-color: #73759E;
}
.TagClassName
{
border-color: #73759E;
}
</style>