Shades of Chetwode Blue #7276BD
Tints of Chetwode Blue #7276BD
RGB
CMYK
RGB Variations
Color information
#7276BD (or 0x7276BD) is known color: Chetwode Blue. HEX triplet: 72, 76 and BD. RGB value is (114,118,189). Sum of RGB (Red+Green+Blue) = 114+118+189=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #7276BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276BD is #8D8942. Grayscale: #7C7C7C. Windows color (decimal): -9275715 or 12416626. OLE color: 12416626.
HSL color Cylindrical-coordinate representation of color #7276BD: hue angle of 236.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7276BD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 118 | 189 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.26 |
| HSL | 236.8º | 0.36% | 0.59% | - |
| HSV(B) | 236.8º | 0.4% | 0.74% | - |
| XYZ | 22.6 | 20.21 | 50.85 | - |
| YUV | 124.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 189 | 0.40 | 0.38 | 0 | 0.26 | 236.8 | 0.36 | 0.59 |
| Hex | 72 | 76 | BD | 28 | 26 | 0 | 1A | ED | 24 | 3B |
| Octal | 162 | 166 | 275 | 50 | 46 | 0 | 32 | 355 | 44 | 73 |
| Binary | 1110010 | 1110110 | 10111101 | 101000 | 100110 | 0 | 11010 | 11101101 | 100100 | 111011 |
Color Harmonies of #7276BD
Complementary color
Monochromatic Colors of #7276BD
Black with #7276BD
Text Example
Text Example
White with #7276BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7276BD; }
p { color: rgb(114,118,189); }
H1.HeaderClassName
{
color: #7276BD;
}
.AnyTagClassName
{
color: #7276BD;
}
</style>
background-color css
<style>
a { background-color: #7276BD; }
a { background-color: rgb(114,118,189); }
div.DivClassName
{
background-color: #7276BD;
}
.BgClassName
{
background-color: #7276BD;
}
</style>
border-color css
<style>
span { border-color: #7276BD; }
span { border-color: rgb(114,118,189); }
td.TdClassName
{
border-color: #7276BD;
}
.TagClassName
{
border-color: #7276BD;
}
</style>