Shades of Chetwode Blue #4E6CBB
Tints of Chetwode Blue #4E6CBB
RGB
CMYK
RGB Variations
Color information
#4E6CBB (or 0x4E6CBB) is known color: Chetwode Blue. HEX triplet: 4E, 6C and BB. RGB value is (78,108,187). Sum of RGB (Red+Green+Blue) = 78+108+187=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E6CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6CBB is #B19344. Grayscale: #6B6B6B. Windows color (decimal): -11637573 or 12282958. OLE color: 12282958.
HSL color Cylindrical-coordinate representation of color #4E6CBB: hue angle of 223.49º 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 #4E6CBB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 108 | 187 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.27 |
| HSL | 223.49º | 0.44% | 0.52% | - |
| HSV(B) | 223.49º | 0.58% | 0.73% | - |
| XYZ | 17.47 | 15.93 | 49.17 | - |
| YUV | 108.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 187 | 0.58 | 0.42 | 0 | 0.27 | 223.49 | 0.44 | 0.52 |
| Hex | 4E | 6C | BB | 3A | 2A | 0 | 1B | DF | 2C | 34 |
| Octal | 116 | 154 | 273 | 72 | 52 | 0 | 33 | 337 | 54 | 64 |
| Binary | 1001110 | 1101100 | 10111011 | 111010 | 101010 | 0 | 11011 | 11011111 | 101100 | 110100 |
Color Harmonies of #4E6CBB
Complementary color
Monochromatic Colors of #4E6CBB
Black with #4E6CBB
Text Example
Text Example
White with #4E6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CBB; }
p { color: rgb(78,108,187); }
H1.HeaderClassName
{
color: #4E6CBB;
}
.AnyTagClassName
{
color: #4E6CBB;
}
</style>
background-color css
<style>
a { background-color: #4E6CBB; }
a { background-color: rgb(78,108,187); }
div.DivClassName
{
background-color: #4E6CBB;
}
.BgClassName
{
background-color: #4E6CBB;
}
</style>
border-color css
<style>
span { border-color: #4E6CBB; }
span { border-color: rgb(78,108,187); }
td.TdClassName
{
border-color: #4E6CBB;
}
.TagClassName
{
border-color: #4E6CBB;
}
</style>