Shades of Chetwode Blue #71749A
Tints of Chetwode Blue #71749A
RGB
CMYK
RGB Variations
Color information
#71749A (or 0x71749A) is known color: Chetwode Blue. HEX triplet: 71, 74 and 9A. RGB value is (113,116,154). Sum of RGB (Red+Green+Blue) = 113+116+154=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #71749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71749A is #8E8B65. Grayscale: #777777. Windows color (decimal): -9341798 or 10122353. OLE color: 10122353.
HSL color Cylindrical-coordinate representation of color #71749A: hue angle of 235.61º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71749A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 116 | 154 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.40 |
| HSL | 235.61º | 0.17% | 0.52% | - |
| HSV(B) | 235.61º | 0.27% | 0.6% | - |
| XYZ | 18.89 | 18.33 | 33.12 | - |
| YUV | 119.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 154 | 0.27 | 0.25 | 0 | 0.40 | 235.61 | 0.17 | 0.52 |
| Hex | 71 | 74 | 9A | 1B | 19 | 0 | 28 | EC | 11 | 34 |
| Octal | 161 | 164 | 232 | 33 | 31 | 0 | 50 | 354 | 21 | 64 |
| Binary | 1110001 | 1110100 | 10011010 | 11011 | 11001 | 0 | 101000 | 11101100 | 10001 | 110100 |
Color Harmonies of #71749A
Complementary color
Monochromatic Colors of #71749A
Black with #71749A
Text Example
Text Example
White with #71749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71749A; }
p { color: rgb(113,116,154); }
H1.HeaderClassName
{
color: #71749A;
}
.AnyTagClassName
{
color: #71749A;
}
</style>
background-color css
<style>
a { background-color: #71749A; }
a { background-color: rgb(113,116,154); }
div.DivClassName
{
background-color: #71749A;
}
.BgClassName
{
background-color: #71749A;
}
</style>
border-color css
<style>
span { border-color: #71749A; }
span { border-color: rgb(113,116,154); }
td.TdClassName
{
border-color: #71749A;
}
.TagClassName
{
border-color: #71749A;
}
</style>