Shades of Chetwode Blue #4E6BBA
Tints of Chetwode Blue #4E6BBA
RGB
CMYK
RGB Variations
Color information
#4E6BBA (or 0x4E6BBA) is known color: Chetwode Blue. HEX triplet: 4E, 6B and BA. RGB value is (78,107,186). Sum of RGB (Red+Green+Blue) = 78+107+186=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6BBA is #B19445. Grayscale: #6A6A6A. Windows color (decimal): -11637830 or 12217166. OLE color: 12217166.
HSL color Cylindrical-coordinate representation of color #4E6BBA: hue angle of 223.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E6BBA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 107 | 186 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.27 |
| HSL | 223.89º | 0.44% | 0.52% | - |
| HSV(B) | 223.89º | 0.58% | 0.73% | - |
| XYZ | 17.26 | 15.68 | 48.57 | - |
| YUV | 107.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 186 | 0.58 | 0.42 | 0 | 0.27 | 223.89 | 0.44 | 0.52 |
| Hex | 4E | 6B | BA | 3A | 2A | 0 | 1B | E0 | 2C | 34 |
| Octal | 116 | 153 | 272 | 72 | 52 | 0 | 33 | 340 | 54 | 64 |
| Binary | 1001110 | 1101011 | 10111010 | 111010 | 101010 | 0 | 11011 | 11100000 | 101100 | 110100 |
Color Harmonies of #4E6BBA
Complementary color
Monochromatic Colors of #4E6BBA
Black with #4E6BBA
Text Example
Text Example
White with #4E6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BBA; }
p { color: rgb(78,107,186); }
H1.HeaderClassName
{
color: #4E6BBA;
}
.AnyTagClassName
{
color: #4E6BBA;
}
</style>
background-color css
<style>
a { background-color: #4E6BBA; }
a { background-color: rgb(78,107,186); }
div.DivClassName
{
background-color: #4E6BBA;
}
.BgClassName
{
background-color: #4E6BBA;
}
</style>
border-color css
<style>
span { border-color: #4E6BBA; }
span { border-color: rgb(78,107,186); }
td.TdClassName
{
border-color: #4E6BBA;
}
.TagClassName
{
border-color: #4E6BBA;
}
</style>