Shades of Chetwode Blue #707AC4
Tints of Chetwode Blue #707AC4
RGB
CMYK
RGB Variations
Color information
#707AC4 (or 0x707AC4) is known color: Chetwode Blue. HEX triplet: 70, 7A and C4. RGB value is (112,122,196). Sum of RGB (Red+Green+Blue) = 112+122+196=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #707AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AC4 is #8F853B. Grayscale: #7F7F7F. Windows color (decimal): -9405756 or 12876400. OLE color: 12876400.
HSL color Cylindrical-coordinate representation of color #707AC4: hue angle of 232.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707AC4 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 122 | 196 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.23 |
| HSL | 232.86º | 0.42% | 0.6% | - |
| HSV(B) | 232.86º | 0.43% | 0.77% | - |
| XYZ | 23.61 | 21.35 | 55.1 | - |
| YUV | 127.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 196 | 0.43 | 0.38 | 0 | 0.23 | 232.86 | 0.42 | 0.6 |
| Hex | 70 | 7A | C4 | 2B | 26 | 0 | 17 | E9 | 2A | 3C |
| Octal | 160 | 172 | 304 | 53 | 46 | 0 | 27 | 351 | 52 | 74 |
| Binary | 1110000 | 1111010 | 11000100 | 101011 | 100110 | 0 | 10111 | 11101001 | 101010 | 111100 |
Color Harmonies of #707AC4
Complementary color
Monochromatic Colors of #707AC4
Black with #707AC4
Text Example
Text Example
White with #707AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AC4; }
p { color: rgb(112,122,196); }
H1.HeaderClassName
{
color: #707AC4;
}
.AnyTagClassName
{
color: #707AC4;
}
</style>
background-color css
<style>
a { background-color: #707AC4; }
a { background-color: rgb(112,122,196); }
div.DivClassName
{
background-color: #707AC4;
}
.BgClassName
{
background-color: #707AC4;
}
</style>
border-color css
<style>
span { border-color: #707AC4; }
span { border-color: rgb(112,122,196); }
td.TdClassName
{
border-color: #707AC4;
}
.TagClassName
{
border-color: #707AC4;
}
</style>