Shades of Chetwode Blue #7477BA
Tints of Chetwode Blue #7477BA
RGB
CMYK
RGB Variations
Color information
#7477BA (or 0x7477BA) is known color: Chetwode Blue. HEX triplet: 74, 77 and BA. RGB value is (116,119,186). Sum of RGB (Red+Green+Blue) = 116+119+186=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7477BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477BA is #8B8845. Grayscale: #7D7D7D. Windows color (decimal): -9144390 or 12220276. OLE color: 12220276.
HSL color Cylindrical-coordinate representation of color #7477BA: hue angle of 237.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7477BA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 119 | 186 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.27 |
| HSL | 237.43º | 0.34% | 0.59% | - |
| HSV(B) | 237.43º | 0.38% | 0.73% | - |
| XYZ | 22.66 | 20.45 | 49.21 | - |
| YUV | 125.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 186 | 0.38 | 0.36 | 0 | 0.27 | 237.43 | 0.34 | 0.59 |
| Hex | 74 | 77 | BA | 26 | 24 | 0 | 1B | ED | 22 | 3B |
| Octal | 164 | 167 | 272 | 46 | 44 | 0 | 33 | 355 | 42 | 73 |
| Binary | 1110100 | 1110111 | 10111010 | 100110 | 100100 | 0 | 11011 | 11101101 | 100010 | 111011 |
Color Harmonies of #7477BA
Complementary color
Monochromatic Colors of #7477BA
Black with #7477BA
Text Example
Text Example
White with #7477BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477BA; }
p { color: rgb(116,119,186); }
H1.HeaderClassName
{
color: #7477BA;
}
.AnyTagClassName
{
color: #7477BA;
}
</style>
background-color css
<style>
a { background-color: #7477BA; }
a { background-color: rgb(116,119,186); }
div.DivClassName
{
background-color: #7477BA;
}
.BgClassName
{
background-color: #7477BA;
}
</style>
border-color css
<style>
span { border-color: #7477BA; }
span { border-color: rgb(116,119,186); }
td.TdClassName
{
border-color: #7477BA;
}
.TagClassName
{
border-color: #7477BA;
}
</style>