Shades of Chetwode Blue #73759F
Tints of Chetwode Blue #73759F
RGB
CMYK
RGB Variations
Color information
#73759F (or 0x73759F) is known color: Chetwode Blue. HEX triplet: 73, 75 and 9F. RGB value is (115,117,159). Sum of RGB (Red+Green+Blue) = 115+117+159=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #73759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759F is #8C8A60. Grayscale: #797979. Windows color (decimal): -9210465 or 10450291. OLE color: 10450291.
HSL color Cylindrical-coordinate representation of color #73759F: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73759F is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 117 | 159 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.38 |
| HSL | 237.27º | 0.19% | 0.54% | - |
| HSV(B) | 237.27º | 0.28% | 0.62% | - |
| XYZ | 19.69 | 18.87 | 35.41 | - |
| YUV | 121.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 159 | 0.28 | 0.26 | 0 | 0.38 | 237.27 | 0.19 | 0.54 |
| Hex | 73 | 75 | 9F | 1C | 1A | 0 | 26 | ED | 13 | 36 |
| Octal | 163 | 165 | 237 | 34 | 32 | 0 | 46 | 355 | 23 | 66 |
| Binary | 1110011 | 1110101 | 10011111 | 11100 | 11010 | 0 | 100110 | 11101101 | 10011 | 110110 |
Color Harmonies of #73759F
Complementary color
Monochromatic Colors of #73759F
Black with #73759F
Text Example
Text Example
White with #73759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73759F; }
p { color: rgb(115,117,159); }
H1.HeaderClassName
{
color: #73759F;
}
.AnyTagClassName
{
color: #73759F;
}
</style>
background-color css
<style>
a { background-color: #73759F; }
a { background-color: rgb(115,117,159); }
div.DivClassName
{
background-color: #73759F;
}
.BgClassName
{
background-color: #73759F;
}
</style>
border-color css
<style>
span { border-color: #73759F; }
span { border-color: rgb(115,117,159); }
td.TdClassName
{
border-color: #73759F;
}
.TagClassName
{
border-color: #73759F;
}
</style>