Shades of Chetwode Blue #74779B
Tints of Chetwode Blue #74779B
RGB
CMYK
RGB Variations
Color information
#74779B (or 0x74779B) is known color: Chetwode Blue. HEX triplet: 74, 77 and 9B. RGB value is (116,119,155). Sum of RGB (Red+Green+Blue) = 116+119+155=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #74779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74779B is #8B8864. Grayscale: #7A7A7A. Windows color (decimal): -9144421 or 10188660. OLE color: 10188660.
HSL color Cylindrical-coordinate representation of color #74779B: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74779B is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 119 | 155 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.39 |
| HSL | 235.38º | 0.16% | 0.53% | - |
| HSV(B) | 235.38º | 0.25% | 0.61% | - |
| XYZ | 19.72 | 19.27 | 33.69 | - |
| YUV | 122.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 155 | 0.25 | 0.23 | 0 | 0.39 | 235.38 | 0.16 | 0.53 |
| Hex | 74 | 77 | 9B | 19 | 17 | 0 | 27 | EB | 10 | 35 |
| Octal | 164 | 167 | 233 | 31 | 27 | 0 | 47 | 353 | 20 | 65 |
| Binary | 1110100 | 1110111 | 10011011 | 11001 | 10111 | 0 | 100111 | 11101011 | 10000 | 110101 |
Color Harmonies of #74779B
Complementary color
Monochromatic Colors of #74779B
Black with #74779B
Text Example
Text Example
White with #74779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74779B; }
p { color: rgb(116,119,155); }
H1.HeaderClassName
{
color: #74779B;
}
.AnyTagClassName
{
color: #74779B;
}
</style>
background-color css
<style>
a { background-color: #74779B; }
a { background-color: rgb(116,119,155); }
div.DivClassName
{
background-color: #74779B;
}
.BgClassName
{
background-color: #74779B;
}
</style>
border-color css
<style>
span { border-color: #74779B; }
span { border-color: rgb(116,119,155); }
td.TdClassName
{
border-color: #74779B;
}
.TagClassName
{
border-color: #74779B;
}
</style>