Shades of Chetwode Blue #7274BC
Tints of Chetwode Blue #7274BC
RGB
CMYK
RGB Variations
Color information
#7274BC (or 0x7274BC) is known color: Chetwode Blue. HEX triplet: 72, 74 and BC. RGB value is (114,116,188). Sum of RGB (Red+Green+Blue) = 114+116+188=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7274BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274BC is #8D8B43. Grayscale: #7B7B7B. Windows color (decimal): -9276228 or 12350578. OLE color: 12350578.
HSL color Cylindrical-coordinate representation of color #7274BC: hue angle of 238.38º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7274BC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 116 | 188 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.26 |
| HSL | 238.38º | 0.36% | 0.59% | - |
| HSV(B) | 238.38º | 0.39% | 0.74% | - |
| XYZ | 22.26 | 19.7 | 50.21 | - |
| YUV | 123.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 188 | 0.39 | 0.38 | 0 | 0.26 | 238.38 | 0.36 | 0.59 |
| Hex | 72 | 74 | BC | 27 | 26 | 0 | 1A | EE | 24 | 3B |
| Octal | 162 | 164 | 274 | 47 | 46 | 0 | 32 | 356 | 44 | 73 |
| Binary | 1110010 | 1110100 | 10111100 | 100111 | 100110 | 0 | 11010 | 11101110 | 100100 | 111011 |
Color Harmonies of #7274BC
Complementary color
Monochromatic Colors of #7274BC
Black with #7274BC
Text Example
Text Example
White with #7274BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7274BC; }
p { color: rgb(114,116,188); }
H1.HeaderClassName
{
color: #7274BC;
}
.AnyTagClassName
{
color: #7274BC;
}
</style>
background-color css
<style>
a { background-color: #7274BC; }
a { background-color: rgb(114,116,188); }
div.DivClassName
{
background-color: #7274BC;
}
.BgClassName
{
background-color: #7274BC;
}
</style>
border-color css
<style>
span { border-color: #7274BC; }
span { border-color: rgb(114,116,188); }
td.TdClassName
{
border-color: #7274BC;
}
.TagClassName
{
border-color: #7274BC;
}
</style>