Shades of Chetwode Blue #746FB1
Tints of Chetwode Blue #746FB1
RGB
CMYK
RGB Variations
Color information
#746FB1 (or 0x746FB1) is known color: Chetwode Blue. HEX triplet: 74, 6F and B1. RGB value is (116,111,177). Sum of RGB (Red+Green+Blue) = 116+111+177=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #746FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746FB1 is #8B904E. Grayscale: #777777. Windows color (decimal): -9146447 or 11628404. OLE color: 11628404.
HSL color Cylindrical-coordinate representation of color #746FB1: hue angle of 244.55º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746FB1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 111 | 177 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.31 |
| HSL | 244.55º | 0.3% | 0.56% | - |
| HSV(B) | 244.55º | 0.37% | 0.69% | - |
| XYZ | 20.82 | 18.26 | 44.02 | - |
| YUV | 120.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 177 | 0.34 | 0.37 | 0 | 0.31 | 244.55 | 0.3 | 0.56 |
| Hex | 74 | 6F | B1 | 22 | 25 | 0 | 1F | F5 | 1E | 38 |
| Octal | 164 | 157 | 261 | 42 | 45 | 0 | 37 | 365 | 36 | 70 |
| Binary | 1110100 | 1101111 | 10110001 | 100010 | 100101 | 0 | 11111 | 11110101 | 11110 | 111000 |
Color Harmonies of #746FB1
Complementary color
Monochromatic Colors of #746FB1
Black with #746FB1
Text Example
Text Example
White with #746FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FB1; }
p { color: rgb(116,111,177); }
H1.HeaderClassName
{
color: #746FB1;
}
.AnyTagClassName
{
color: #746FB1;
}
</style>
background-color css
<style>
a { background-color: #746FB1; }
a { background-color: rgb(116,111,177); }
div.DivClassName
{
background-color: #746FB1;
}
.BgClassName
{
background-color: #746FB1;
}
</style>
border-color css
<style>
span { border-color: #746FB1; }
span { border-color: rgb(116,111,177); }
td.TdClassName
{
border-color: #746FB1;
}
.TagClassName
{
border-color: #746FB1;
}
</style>