Shades of Chetwode Blue #74769F
Tints of Chetwode Blue #74769F
RGB
CMYK
RGB Variations
Color information
#74769F (or 0x74769F) is known color: Chetwode Blue. HEX triplet: 74, 76 and 9F. RGB value is (116,118,159). Sum of RGB (Red+Green+Blue) = 116+118+159=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #74769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74769F is #8B8960. Grayscale: #797979. Windows color (decimal): -9144673 or 10450548. OLE color: 10450548.
HSL color Cylindrical-coordinate representation of color #74769F: hue angle of 237.21º 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 #74769F is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 118 | 159 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.38 |
| HSL | 237.21º | 0.18% | 0.54% | - |
| HSV(B) | 237.21º | 0.27% | 0.62% | - |
| XYZ | 19.94 | 19.17 | 35.45 | - |
| YUV | 122.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 159 | 0.27 | 0.26 | 0 | 0.38 | 237.21 | 0.18 | 0.54 |
| Hex | 74 | 76 | 9F | 1B | 1A | 0 | 26 | ED | 12 | 36 |
| Octal | 164 | 166 | 237 | 33 | 32 | 0 | 46 | 355 | 22 | 66 |
| Binary | 1110100 | 1110110 | 10011111 | 11011 | 11010 | 0 | 100110 | 11101101 | 10010 | 110110 |
Color Harmonies of #74769F
Complementary color
Monochromatic Colors of #74769F
Black with #74769F
Text Example
Text Example
White with #74769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74769F; }
p { color: rgb(116,118,159); }
H1.HeaderClassName
{
color: #74769F;
}
.AnyTagClassName
{
color: #74769F;
}
</style>
background-color css
<style>
a { background-color: #74769F; }
a { background-color: rgb(116,118,159); }
div.DivClassName
{
background-color: #74769F;
}
.BgClassName
{
background-color: #74769F;
}
</style>
border-color css
<style>
span { border-color: #74769F; }
span { border-color: rgb(116,118,159); }
td.TdClassName
{
border-color: #74769F;
}
.TagClassName
{
border-color: #74769F;
}
</style>