Shades of Chetwode Blue #4F6DBB
Tints of Chetwode Blue #4F6DBB
RGB
CMYK
RGB Variations
Color information
#4F6DBB (or 0x4F6DBB) is known color: Chetwode Blue. HEX triplet: 4F, 6D and BB. RGB value is (79,109,187). Sum of RGB (Red+Green+Blue) = 79+109+187=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F6DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6DBB is #B09244. Grayscale: #6C6C6C. Windows color (decimal): -11571781 or 12283215. OLE color: 12283215.
HSL color Cylindrical-coordinate representation of color #4F6DBB: hue angle of 223.33º 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 #4F6DBB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 109 | 187 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.27 |
| HSL | 223.33º | 0.44% | 0.52% | - |
| HSV(B) | 223.33º | 0.58% | 0.73% | - |
| XYZ | 17.66 | 16.19 | 49.21 | - |
| YUV | 108.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 187 | 0.58 | 0.42 | 0 | 0.27 | 223.33 | 0.44 | 0.52 |
| Hex | 4F | 6D | BB | 3A | 2A | 0 | 1B | DF | 2C | 34 |
| Octal | 117 | 155 | 273 | 72 | 52 | 0 | 33 | 337 | 54 | 64 |
| Binary | 1001111 | 1101101 | 10111011 | 111010 | 101010 | 0 | 11011 | 11011111 | 101100 | 110100 |
Color Harmonies of #4F6DBB
Complementary color
Monochromatic Colors of #4F6DBB
Black with #4F6DBB
Text Example
Text Example
White with #4F6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6DBB; }
p { color: rgb(79,109,187); }
H1.HeaderClassName
{
color: #4F6DBB;
}
.AnyTagClassName
{
color: #4F6DBB;
}
</style>
background-color css
<style>
a { background-color: #4F6DBB; }
a { background-color: rgb(79,109,187); }
div.DivClassName
{
background-color: #4F6DBB;
}
.BgClassName
{
background-color: #4F6DBB;
}
</style>
border-color css
<style>
span { border-color: #4F6DBB; }
span { border-color: rgb(79,109,187); }
td.TdClassName
{
border-color: #4F6DBB;
}
.TagClassName
{
border-color: #4F6DBB;
}
</style>