Shades of Chetwode Blue #4F6BBA
Tints of Chetwode Blue #4F6BBA
RGB
CMYK
RGB Variations
Color information
#4F6BBA (or 0x4F6BBA) is known color: Chetwode Blue. HEX triplet: 4F, 6B and BA. RGB value is (79,107,186). Sum of RGB (Red+Green+Blue) = 79+107+186=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6BBA is #B09445. Grayscale: #6B6B6B. Windows color (decimal): -11572294 or 12217167. OLE color: 12217167.
HSL color Cylindrical-coordinate representation of color #4F6BBA: hue angle of 224.3º 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 #4F6BBA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 107 | 186 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.27 |
| HSL | 224.3º | 0.44% | 0.52% | - |
| HSV(B) | 224.3º | 0.58% | 0.73% | - |
| XYZ | 17.35 | 15.72 | 48.58 | - |
| YUV | 107.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 186 | 0.58 | 0.42 | 0 | 0.27 | 224.3 | 0.44 | 0.52 |
| Hex | 4F | 6B | BA | 3A | 2A | 0 | 1B | E0 | 2C | 34 |
| Octal | 117 | 153 | 272 | 72 | 52 | 0 | 33 | 340 | 54 | 64 |
| Binary | 1001111 | 1101011 | 10111010 | 111010 | 101010 | 0 | 11011 | 11100000 | 101100 | 110100 |
Color Harmonies of #4F6BBA
Complementary color
Monochromatic Colors of #4F6BBA
Black with #4F6BBA
Text Example
Text Example
White with #4F6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6BBA; }
p { color: rgb(79,107,186); }
H1.HeaderClassName
{
color: #4F6BBA;
}
.AnyTagClassName
{
color: #4F6BBA;
}
</style>
background-color css
<style>
a { background-color: #4F6BBA; }
a { background-color: rgb(79,107,186); }
div.DivClassName
{
background-color: #4F6BBA;
}
.BgClassName
{
background-color: #4F6BBA;
}
</style>
border-color css
<style>
span { border-color: #4F6BBA; }
span { border-color: rgb(79,107,186); }
td.TdClassName
{
border-color: #4F6BBA;
}
.TagClassName
{
border-color: #4F6BBA;
}
</style>