Shades of Chetwode Blue #746FB2
Tints of Chetwode Blue #746FB2
RGB
CMYK
RGB Variations
Color information
#746FB2 (or 0x746FB2) is known color: Chetwode Blue. HEX triplet: 74, 6F and B2. RGB value is (116,111,178). Sum of RGB (Red+Green+Blue) = 116+111+178=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #746FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746FB2 is #8B904D. Grayscale: #777777. Windows color (decimal): -9146446 or 11693940. OLE color: 11693940.
HSL color Cylindrical-coordinate representation of color #746FB2: hue angle of 244.48º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746FB2 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 111 | 178 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.30 |
| HSL | 244.48º | 0.3% | 0.57% | - |
| HSV(B) | 244.48º | 0.38% | 0.7% | - |
| XYZ | 20.92 | 18.3 | 44.55 | - |
| YUV | 120.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 178 | 0.35 | 0.38 | 0 | 0.30 | 244.48 | 0.3 | 0.57 |
| Hex | 74 | 6F | B2 | 23 | 26 | 0 | 1E | F4 | 1E | 39 |
| Octal | 164 | 157 | 262 | 43 | 46 | 0 | 36 | 364 | 36 | 71 |
| Binary | 1110100 | 1101111 | 10110010 | 100011 | 100110 | 0 | 11110 | 11110100 | 11110 | 111001 |
Color Harmonies of #746FB2
Complementary color
Monochromatic Colors of #746FB2
Black with #746FB2
Text Example
Text Example
White with #746FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FB2; }
p { color: rgb(116,111,178); }
H1.HeaderClassName
{
color: #746FB2;
}
.AnyTagClassName
{
color: #746FB2;
}
</style>
background-color css
<style>
a { background-color: #746FB2; }
a { background-color: rgb(116,111,178); }
div.DivClassName
{
background-color: #746FB2;
}
.BgClassName
{
background-color: #746FB2;
}
</style>
border-color css
<style>
span { border-color: #746FB2; }
span { border-color: rgb(116,111,178); }
td.TdClassName
{
border-color: #746FB2;
}
.TagClassName
{
border-color: #746FB2;
}
</style>