Shades of Wild Blue Yonder #7490CC
Tints of Wild Blue Yonder #7490CC
RGB
CMYK
RGB Variations
Color information
#7490CC (or 0x7490CC) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and CC. RGB value is (116,144,204). Sum of RGB (Red+Green+Blue) = 116+144+204=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #7490CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490CC is #8B6F33. Grayscale: #8E8E8E. Windows color (decimal): -9137972 or 13406324. OLE color: 13406324.
HSL color Cylindrical-coordinate representation of color #7490CC: hue angle of 220.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7490CC is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 144 | 204 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.2 |
| HSL | 220.91º | 0.46% | 0.63% | - |
| HSV(B) | 220.91º | 0.43% | 0.8% | - |
| XYZ | 28.07 | 28.02 | 61.06 | - |
| YUV | 142.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 204 | 0.43 | 0.29 | 0 | 0.2 | 220.91 | 0.46 | 0.63 |
| Hex | 74 | 90 | CC | 2B | 1D | 0 | 14 | DD | 2E | 3F |
| Octal | 164 | 220 | 314 | 53 | 35 | 0 | 24 | 335 | 56 | 77 |
| Binary | 1110100 | 10010000 | 11001100 | 101011 | 11101 | 0 | 10100 | 11011101 | 101110 | 111111 |
Color Harmonies of #7490CC
Complementary color
Monochromatic Colors of #7490CC
Black with #7490CC
Text Example
Text Example
White with #7490CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490CC; }
p { color: rgb(116,144,204); }
H1.HeaderClassName
{
color: #7490CC;
}
.AnyTagClassName
{
color: #7490CC;
}
</style>
background-color css
<style>
a { background-color: #7490CC; }
a { background-color: rgb(116,144,204); }
div.DivClassName
{
background-color: #7490CC;
}
.BgClassName
{
background-color: #7490CC;
}
</style>
border-color css
<style>
span { border-color: #7490CC; }
span { border-color: rgb(116,144,204); }
td.TdClassName
{
border-color: #7490CC;
}
.TagClassName
{
border-color: #7490CC;
}
</style>