Shades of Chetwode Blue #7077CB
Tints of Chetwode Blue #7077CB
RGB
CMYK
RGB Variations
Color information
#7077CB (or 0x7077CB) is known color: Chetwode Blue. HEX triplet: 70, 77 and CB. RGB value is (112,119,203). Sum of RGB (Red+Green+Blue) = 112+119+203=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7077CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077CB is #8F8834. Grayscale: #7E7E7E. Windows color (decimal): -9406517 or 13334384. OLE color: 13334384.
HSL color Cylindrical-coordinate representation of color #7077CB: hue angle of 235.38º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7077CB is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 119 | 203 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.20 |
| HSL | 235.38º | 0.47% | 0.62% | - |
| HSV(B) | 235.38º | 0.45% | 0.8% | - |
| XYZ | 24.06 | 20.95 | 59.28 | - |
| YUV | 126.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 203 | 0.45 | 0.41 | 0 | 0.20 | 235.38 | 0.47 | 0.62 |
| Hex | 70 | 77 | CB | 2D | 29 | 0 | 14 | EB | 2F | 3E |
| Octal | 160 | 167 | 313 | 55 | 51 | 0 | 24 | 353 | 57 | 76 |
| Binary | 1110000 | 1110111 | 11001011 | 101101 | 101001 | 0 | 10100 | 11101011 | 101111 | 111110 |
Color Harmonies of #7077CB
Complementary color
Monochromatic Colors of #7077CB
Black with #7077CB
Text Example
Text Example
White with #7077CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077CB; }
p { color: rgb(112,119,203); }
H1.HeaderClassName
{
color: #7077CB;
}
.AnyTagClassName
{
color: #7077CB;
}
</style>
background-color css
<style>
a { background-color: #7077CB; }
a { background-color: rgb(112,119,203); }
div.DivClassName
{
background-color: #7077CB;
}
.BgClassName
{
background-color: #7077CB;
}
</style>
border-color css
<style>
span { border-color: #7077CB; }
span { border-color: rgb(112,119,203); }
td.TdClassName
{
border-color: #7077CB;
}
.TagClassName
{
border-color: #7077CB;
}
</style>