Shades of Chetwode Blue #74779E
Tints of Chetwode Blue #74779E
RGB
CMYK
RGB Variations
Color information
#74779E (or 0x74779E) is known color: Chetwode Blue. HEX triplet: 74, 77 and 9E. RGB value is (116,119,158). Sum of RGB (Red+Green+Blue) = 116+119+158=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #74779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74779E is #8B8861. Grayscale: #7A7A7A. Windows color (decimal): -9144418 or 10385268. OLE color: 10385268.
HSL color Cylindrical-coordinate representation of color #74779E: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74779E is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 119 | 158 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.38 |
| HSL | 235.71º | 0.18% | 0.54% | - |
| HSV(B) | 235.71º | 0.27% | 0.62% | - |
| XYZ | 19.97 | 19.38 | 35.03 | - |
| YUV | 122.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 158 | 0.27 | 0.25 | 0 | 0.38 | 235.71 | 0.18 | 0.54 |
| Hex | 74 | 77 | 9E | 1B | 19 | 0 | 26 | EC | 12 | 36 |
| Octal | 164 | 167 | 236 | 33 | 31 | 0 | 46 | 354 | 22 | 66 |
| Binary | 1110100 | 1110111 | 10011110 | 11011 | 11001 | 0 | 100110 | 11101100 | 10010 | 110110 |
Color Harmonies of #74779E
Complementary color
Monochromatic Colors of #74779E
Black with #74779E
Text Example
Text Example
White with #74779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74779E; }
p { color: rgb(116,119,158); }
H1.HeaderClassName
{
color: #74779E;
}
.AnyTagClassName
{
color: #74779E;
}
</style>
background-color css
<style>
a { background-color: #74779E; }
a { background-color: rgb(116,119,158); }
div.DivClassName
{
background-color: #74779E;
}
.BgClassName
{
background-color: #74779E;
}
</style>
border-color css
<style>
span { border-color: #74779E; }
span { border-color: rgb(116,119,158); }
td.TdClassName
{
border-color: #74779E;
}
.TagClassName
{
border-color: #74779E;
}
</style>