Shades of Chetwode Blue #7074AD
Tints of Chetwode Blue #7074AD
RGB
CMYK
RGB Variations
Color information
#7074AD (or 0x7074AD) is known color: Chetwode Blue. HEX triplet: 70, 74 and AD. RGB value is (112,116,173). Sum of RGB (Red+Green+Blue) = 112+116+173=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #7074AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7074AD is #8F8B52. Grayscale: #797979. Windows color (decimal): -9407315 or 11367536. OLE color: 11367536.
HSL color Cylindrical-coordinate representation of color #7074AD: hue angle of 236.07º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7074AD is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 116 | 173 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.32 |
| HSL | 236.07º | 0.27% | 0.56% | - |
| HSV(B) | 236.07º | 0.35% | 0.68% | - |
| XYZ | 20.47 | 18.95 | 42.11 | - |
| YUV | 121.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 173 | 0.35 | 0.33 | 0 | 0.32 | 236.07 | 0.27 | 0.56 |
| Hex | 70 | 74 | AD | 23 | 21 | 0 | 20 | EC | 1B | 38 |
| Octal | 160 | 164 | 255 | 43 | 41 | 0 | 40 | 354 | 33 | 70 |
| Binary | 1110000 | 1110100 | 10101101 | 100011 | 100001 | 0 | 100000 | 11101100 | 11011 | 111000 |
Color Harmonies of #7074AD
Complementary color
Monochromatic Colors of #7074AD
Black with #7074AD
Text Example
Text Example
White with #7074AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7074AD; }
p { color: rgb(112,116,173); }
H1.HeaderClassName
{
color: #7074AD;
}
.AnyTagClassName
{
color: #7074AD;
}
</style>
background-color css
<style>
a { background-color: #7074AD; }
a { background-color: rgb(112,116,173); }
div.DivClassName
{
background-color: #7074AD;
}
.BgClassName
{
background-color: #7074AD;
}
</style>
border-color css
<style>
span { border-color: #7074AD; }
span { border-color: rgb(112,116,173); }
td.TdClassName
{
border-color: #7074AD;
}
.TagClassName
{
border-color: #7074AD;
}
</style>