Shades of Chetwode Blue #707ABC
Tints of Chetwode Blue #707ABC
RGB
CMYK
RGB Variations
Color information
#707ABC (or 0x707ABC) is known color: Chetwode Blue. HEX triplet: 70, 7A and BC. RGB value is (112,122,188). Sum of RGB (Red+Green+Blue) = 112+122+188=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #707ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ABC is #8F8543. Grayscale: #7E7E7E. Windows color (decimal): -9405764 or 12352112. OLE color: 12352112.
HSL color Cylindrical-coordinate representation of color #707ABC: hue angle of 232.11º 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 #707ABC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 122 | 188 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.26 |
| HSL | 232.11º | 0.36% | 0.59% | - |
| HSV(B) | 232.11º | 0.4% | 0.74% | - |
| XYZ | 22.72 | 20.99 | 50.43 | - |
| YUV | 126.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 188 | 0.40 | 0.35 | 0 | 0.26 | 232.11 | 0.36 | 0.59 |
| Hex | 70 | 7A | BC | 28 | 23 | 0 | 1A | E8 | 24 | 3B |
| Octal | 160 | 172 | 274 | 50 | 43 | 0 | 32 | 350 | 44 | 73 |
| Binary | 1110000 | 1111010 | 10111100 | 101000 | 100011 | 0 | 11010 | 11101000 | 100100 | 111011 |
Color Harmonies of #707ABC
Complementary color
Monochromatic Colors of #707ABC
Black with #707ABC
Text Example
Text Example
White with #707ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ABC; }
p { color: rgb(112,122,188); }
H1.HeaderClassName
{
color: #707ABC;
}
.AnyTagClassName
{
color: #707ABC;
}
</style>
background-color css
<style>
a { background-color: #707ABC; }
a { background-color: rgb(112,122,188); }
div.DivClassName
{
background-color: #707ABC;
}
.BgClassName
{
background-color: #707ABC;
}
</style>
border-color css
<style>
span { border-color: #707ABC; }
span { border-color: rgb(112,122,188); }
td.TdClassName
{
border-color: #707ABC;
}
.TagClassName
{
border-color: #707ABC;
}
</style>