Shades of Chetwode Blue #7477A5
Tints of Chetwode Blue #7477A5
RGB
CMYK
RGB Variations
Color information
#7477A5 (or 0x7477A5) is known color: Chetwode Blue. HEX triplet: 74, 77 and A5. RGB value is (116,119,165). Sum of RGB (Red+Green+Blue) = 116+119+165=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #7477A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7477A5 is #8B885A. Grayscale: #7B7B7B. Windows color (decimal): -9144411 or 10844020. OLE color: 10844020.
HSL color Cylindrical-coordinate representation of color #7477A5: hue angle of 236.33º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7477A5 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 119 | 165 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.35 |
| HSL | 236.33º | 0.21% | 0.55% | - |
| HSV(B) | 236.33º | 0.3% | 0.65% | - |
| XYZ | 20.59 | 19.62 | 38.3 | - |
| YUV | 123.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 165 | 0.30 | 0.28 | 0 | 0.35 | 236.33 | 0.21 | 0.55 |
| Hex | 74 | 77 | A5 | 1E | 1C | 0 | 23 | EC | 15 | 37 |
| Octal | 164 | 167 | 245 | 36 | 34 | 0 | 43 | 354 | 25 | 67 |
| Binary | 1110100 | 1110111 | 10100101 | 11110 | 11100 | 0 | 100011 | 11101100 | 10101 | 110111 |
Color Harmonies of #7477A5
Complementary color
Monochromatic Colors of #7477A5
Black with #7477A5
Text Example
Text Example
White with #7477A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477A5; }
p { color: rgb(116,119,165); }
H1.HeaderClassName
{
color: #7477A5;
}
.AnyTagClassName
{
color: #7477A5;
}
</style>
background-color css
<style>
a { background-color: #7477A5; }
a { background-color: rgb(116,119,165); }
div.DivClassName
{
background-color: #7477A5;
}
.BgClassName
{
background-color: #7477A5;
}
</style>
border-color css
<style>
span { border-color: #7477A5; }
span { border-color: rgb(116,119,165); }
td.TdClassName
{
border-color: #7477A5;
}
.TagClassName
{
border-color: #7477A5;
}
</style>