Shades of Wild Blue Yonder #7490BC
Tints of Wild Blue Yonder #7490BC
RGB
CMYK
RGB Variations
Color information
#7490BC (or 0x7490BC) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and BC. RGB value is (116,144,188). Sum of RGB (Red+Green+Blue) = 116+144+188=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #7490BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490BC is #8B6F43. Grayscale: #8C8C8C. Windows color (decimal): -9137988 or 12357748. OLE color: 12357748.
HSL color Cylindrical-coordinate representation of color #7490BC: hue angle of 216.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7490BC is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 144 | 188 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.26 |
| HSL | 216.67º | 0.35% | 0.6% | - |
| HSV(B) | 216.67º | 0.38% | 0.74% | - |
| XYZ | 26.25 | 27.29 | 51.46 | - |
| YUV | 140.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 188 | 0.38 | 0.23 | 0 | 0.26 | 216.67 | 0.35 | 0.6 |
| Hex | 74 | 90 | BC | 26 | 17 | 0 | 1A | D9 | 23 | 3C |
| Octal | 164 | 220 | 274 | 46 | 27 | 0 | 32 | 331 | 43 | 74 |
| Binary | 1110100 | 10010000 | 10111100 | 100110 | 10111 | 0 | 11010 | 11011001 | 100011 | 111100 |
Color Harmonies of #7490BC
Complementary color
Monochromatic Colors of #7490BC
Black with #7490BC
Text Example
Text Example
White with #7490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490BC; }
p { color: rgb(116,144,188); }
H1.HeaderClassName
{
color: #7490BC;
}
.AnyTagClassName
{
color: #7490BC;
}
</style>
background-color css
<style>
a { background-color: #7490BC; }
a { background-color: rgb(116,144,188); }
div.DivClassName
{
background-color: #7490BC;
}
.BgClassName
{
background-color: #7490BC;
}
</style>
border-color css
<style>
span { border-color: #7490BC; }
span { border-color: rgb(116,144,188); }
td.TdClassName
{
border-color: #7490BC;
}
.TagClassName
{
border-color: #7490BC;
}
</style>