Shades of Chetwode Blue #7475B1
Tints of Chetwode Blue #7475B1
RGB
CMYK
RGB Variations
Color information
#7475B1 (or 0x7475B1) is known color: Chetwode Blue. HEX triplet: 74, 75 and B1. RGB value is (116,117,177). Sum of RGB (Red+Green+Blue) = 116+117+177=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #7475B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7475B1 is #8B8A4E. Grayscale: #7B7B7B. Windows color (decimal): -9144911 or 11629940. OLE color: 11629940.
HSL color Cylindrical-coordinate representation of color #7475B1: hue angle of 239.02º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7475B1 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 117 | 177 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.31 |
| HSL | 239.02º | 0.28% | 0.57% | - |
| HSV(B) | 239.02º | 0.34% | 0.69% | - |
| XYZ | 21.5 | 19.61 | 44.25 | - |
| YUV | 123.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 177 | 0.34 | 0.34 | 0 | 0.31 | 239.02 | 0.28 | 0.57 |
| Hex | 74 | 75 | B1 | 22 | 22 | 0 | 1F | EF | 1C | 39 |
| Octal | 164 | 165 | 261 | 42 | 42 | 0 | 37 | 357 | 34 | 71 |
| Binary | 1110100 | 1110101 | 10110001 | 100010 | 100010 | 0 | 11111 | 11101111 | 11100 | 111001 |
Color Harmonies of #7475B1
Complementary color
Monochromatic Colors of #7475B1
Black with #7475B1
Text Example
Text Example
White with #7475B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7475B1; }
p { color: rgb(116,117,177); }
H1.HeaderClassName
{
color: #7475B1;
}
.AnyTagClassName
{
color: #7475B1;
}
</style>
background-color css
<style>
a { background-color: #7475B1; }
a { background-color: rgb(116,117,177); }
div.DivClassName
{
background-color: #7475B1;
}
.BgClassName
{
background-color: #7475B1;
}
</style>
border-color css
<style>
span { border-color: #7475B1; }
span { border-color: rgb(116,117,177); }
td.TdClassName
{
border-color: #7475B1;
}
.TagClassName
{
border-color: #7475B1;
}
</style>