Shades of Chetwode Blue #7478AB
Tints of Chetwode Blue #7478AB
RGB
CMYK
RGB Variations
Color information
#7478AB (or 0x7478AB) is known color: Chetwode Blue. HEX triplet: 74, 78 and AB. RGB value is (116,120,171). Sum of RGB (Red+Green+Blue) = 116+120+171=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7478AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7478AB is #8B8754. Grayscale: #7C7C7C. Windows color (decimal): -9144149 or 11237492. OLE color: 11237492.
HSL color Cylindrical-coordinate representation of color #7478AB: hue angle of 235.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7478AB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 120 | 171 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.33 |
| HSL | 235.64º | 0.25% | 0.56% | - |
| HSV(B) | 235.64º | 0.32% | 0.67% | - |
| XYZ | 21.27 | 20.09 | 41.28 | - |
| YUV | 124.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 171 | 0.32 | 0.30 | 0 | 0.33 | 235.64 | 0.25 | 0.56 |
| Hex | 74 | 78 | AB | 20 | 1E | 0 | 21 | EC | 19 | 38 |
| Octal | 164 | 170 | 253 | 40 | 36 | 0 | 41 | 354 | 31 | 70 |
| Binary | 1110100 | 1111000 | 10101011 | 100000 | 11110 | 0 | 100001 | 11101100 | 11001 | 111000 |
Color Harmonies of #7478AB
Complementary color
Monochromatic Colors of #7478AB
Black with #7478AB
Text Example
Text Example
White with #7478AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7478AB; }
p { color: rgb(116,120,171); }
H1.HeaderClassName
{
color: #7478AB;
}
.AnyTagClassName
{
color: #7478AB;
}
</style>
background-color css
<style>
a { background-color: #7478AB; }
a { background-color: rgb(116,120,171); }
div.DivClassName
{
background-color: #7478AB;
}
.BgClassName
{
background-color: #7478AB;
}
</style>
border-color css
<style>
span { border-color: #7478AB; }
span { border-color: rgb(116,120,171); }
td.TdClassName
{
border-color: #7478AB;
}
.TagClassName
{
border-color: #7478AB;
}
</style>