Shades of Chetwode Blue #71769F
Tints of Chetwode Blue #71769F
RGB
CMYK
RGB Variations
Color information
#71769F (or 0x71769F) is known color: Chetwode Blue. HEX triplet: 71, 76 and 9F. RGB value is (113,118,159). Sum of RGB (Red+Green+Blue) = 113+118+159=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #71769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71769F is #8E8960. Grayscale: #797979. Windows color (decimal): -9341281 or 10450545. OLE color: 10450545.
HSL color Cylindrical-coordinate representation of color #71769F: hue angle of 233.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71769F is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 118 | 159 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.38 |
| HSL | 233.48º | 0.19% | 0.53% | - |
| HSV(B) | 233.48º | 0.29% | 0.62% | - |
| XYZ | 19.55 | 18.97 | 35.43 | - |
| YUV | 121.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 159 | 0.29 | 0.26 | 0 | 0.38 | 233.48 | 0.19 | 0.53 |
| Hex | 71 | 76 | 9F | 1D | 1A | 0 | 26 | E9 | 13 | 35 |
| Octal | 161 | 166 | 237 | 35 | 32 | 0 | 46 | 351 | 23 | 65 |
| Binary | 1110001 | 1110110 | 10011111 | 11101 | 11010 | 0 | 100110 | 11101001 | 10011 | 110101 |
Color Harmonies of #71769F
Complementary color
Monochromatic Colors of #71769F
Black with #71769F
Text Example
Text Example
White with #71769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71769F; }
p { color: rgb(113,118,159); }
H1.HeaderClassName
{
color: #71769F;
}
.AnyTagClassName
{
color: #71769F;
}
</style>
background-color css
<style>
a { background-color: #71769F; }
a { background-color: rgb(113,118,159); }
div.DivClassName
{
background-color: #71769F;
}
.BgClassName
{
background-color: #71769F;
}
</style>
border-color css
<style>
span { border-color: #71769F; }
span { border-color: rgb(113,118,159); }
td.TdClassName
{
border-color: #71769F;
}
.TagClassName
{
border-color: #71769F;
}
</style>