Shades of Chetwode Blue #7078CA
Tints of Chetwode Blue #7078CA
RGB
CMYK
RGB Variations
Color information
#7078CA (or 0x7078CA) is known color: Chetwode Blue. HEX triplet: 70, 78 and CA. RGB value is (112,120,202). Sum of RGB (Red+Green+Blue) = 112+120+202=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7078CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078CA is #8F8735. Grayscale: #7E7E7E. Windows color (decimal): -9406262 or 13269104. OLE color: 13269104.
HSL color Cylindrical-coordinate representation of color #7078CA: hue angle of 234.67º 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 #7078CA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 120 | 202 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.21 |
| HSL | 234.67º | 0.46% | 0.62% | - |
| HSV(B) | 234.67º | 0.45% | 0.79% | - |
| XYZ | 24.06 | 21.14 | 58.69 | - |
| YUV | 126.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 202 | 0.45 | 0.41 | 0 | 0.21 | 234.67 | 0.46 | 0.62 |
| Hex | 70 | 78 | CA | 2D | 29 | 0 | 15 | EB | 2E | 3E |
| Octal | 160 | 170 | 312 | 55 | 51 | 0 | 25 | 353 | 56 | 76 |
| Binary | 1110000 | 1111000 | 11001010 | 101101 | 101001 | 0 | 10101 | 11101011 | 101110 | 111110 |
Color Harmonies of #7078CA
Complementary color
Monochromatic Colors of #7078CA
Black with #7078CA
Text Example
Text Example
White with #7078CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7078CA; }
p { color: rgb(112,120,202); }
H1.HeaderClassName
{
color: #7078CA;
}
.AnyTagClassName
{
color: #7078CA;
}
</style>
background-color css
<style>
a { background-color: #7078CA; }
a { background-color: rgb(112,120,202); }
div.DivClassName
{
background-color: #7078CA;
}
.BgClassName
{
background-color: #7078CA;
}
</style>
border-color css
<style>
span { border-color: #7078CA; }
span { border-color: rgb(112,120,202); }
td.TdClassName
{
border-color: #7078CA;
}
.TagClassName
{
border-color: #7078CA;
}
</style>