Shades of Chetwode Blue #7074BC
Tints of Chetwode Blue #7074BC
RGB
CMYK
RGB Variations
Color information
#7074BC (or 0x7074BC) is known color: Chetwode Blue. HEX triplet: 70, 74 and BC. RGB value is (112,116,188). Sum of RGB (Red+Green+Blue) = 112+116+188=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #7074BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074BC is #8F8B43. Grayscale: #7A7A7A. Windows color (decimal): -9407300 or 12350576. OLE color: 12350576.
HSL color Cylindrical-coordinate representation of color #7074BC: hue angle of 236.84º 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 #7074BC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 116 | 188 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.26 |
| HSL | 236.84º | 0.36% | 0.59% | - |
| HSV(B) | 236.84º | 0.4% | 0.74% | - |
| XYZ | 22 | 19.57 | 50.19 | - |
| YUV | 123.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 188 | 0.40 | 0.38 | 0 | 0.26 | 236.84 | 0.36 | 0.59 |
| Hex | 70 | 74 | BC | 28 | 26 | 0 | 1A | ED | 24 | 3B |
| Octal | 160 | 164 | 274 | 50 | 46 | 0 | 32 | 355 | 44 | 73 |
| Binary | 1110000 | 1110100 | 10111100 | 101000 | 100110 | 0 | 11010 | 11101101 | 100100 | 111011 |
Color Harmonies of #7074BC
Complementary color
Monochromatic Colors of #7074BC
Black with #7074BC
Text Example
Text Example
White with #7074BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7074BC; }
p { color: rgb(112,116,188); }
H1.HeaderClassName
{
color: #7074BC;
}
.AnyTagClassName
{
color: #7074BC;
}
</style>
background-color css
<style>
a { background-color: #7074BC; }
a { background-color: rgb(112,116,188); }
div.DivClassName
{
background-color: #7074BC;
}
.BgClassName
{
background-color: #7074BC;
}
</style>
border-color css
<style>
span { border-color: #7074BC; }
span { border-color: rgb(112,116,188); }
td.TdClassName
{
border-color: #7074BC;
}
.TagClassName
{
border-color: #7074BC;
}
</style>