Shades of Chetwode Blue #7079CA
Tints of Chetwode Blue #7079CA
RGB
CMYK
RGB Variations
Color information
#7079CA (or 0x7079CA) is known color: Chetwode Blue. HEX triplet: 70, 79 and CA. RGB value is (112,121,202). Sum of RGB (Red+Green+Blue) = 112+121+202=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #7079CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079CA is #8F8635. Grayscale: #7F7F7F. Windows color (decimal): -9406006 or 13269360. OLE color: 13269360.
HSL color Cylindrical-coordinate representation of color #7079CA: hue angle of 234º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7079CA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 121 | 202 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.21 |
| HSL | 234º | 0.46% | 0.62% | - |
| HSV(B) | 234º | 0.45% | 0.79% | - |
| XYZ | 24.18 | 21.38 | 58.73 | - |
| YUV | 127.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 202 | 0.45 | 0.40 | 0 | 0.21 | 234 | 0.46 | 0.62 |
| Hex | 70 | 79 | CA | 2D | 28 | 0 | 15 | EA | 2E | 3E |
| Octal | 160 | 171 | 312 | 55 | 50 | 0 | 25 | 352 | 56 | 76 |
| Binary | 1110000 | 1111001 | 11001010 | 101101 | 101000 | 0 | 10101 | 11101010 | 101110 | 111110 |
Color Harmonies of #7079CA
Complementary color
Monochromatic Colors of #7079CA
Black with #7079CA
Text Example
Text Example
White with #7079CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7079CA; }
p { color: rgb(112,121,202); }
H1.HeaderClassName
{
color: #7079CA;
}
.AnyTagClassName
{
color: #7079CA;
}
</style>
background-color css
<style>
a { background-color: #7079CA; }
a { background-color: rgb(112,121,202); }
div.DivClassName
{
background-color: #7079CA;
}
.BgClassName
{
background-color: #7079CA;
}
</style>
border-color css
<style>
span { border-color: #7079CA; }
span { border-color: rgb(112,121,202); }
td.TdClassName
{
border-color: #7079CA;
}
.TagClassName
{
border-color: #7079CA;
}
</style>