Shades of Wild Blue Yonder #7490CB
Tints of Wild Blue Yonder #7490CB
RGB
CMYK
RGB Variations
Color information
#7490CB (or 0x7490CB) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and CB. RGB value is (116,144,203). Sum of RGB (Red+Green+Blue) = 116+144+203=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #7490CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490CB is #8B6F34. Grayscale: #8E8E8E. Windows color (decimal): -9137973 or 13340788. OLE color: 13340788.
HSL color Cylindrical-coordinate representation of color #7490CB: hue angle of 220.69º 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 #7490CB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 144 | 203 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.20 |
| HSL | 220.69º | 0.46% | 0.63% | - |
| HSV(B) | 220.69º | 0.43% | 0.8% | - |
| XYZ | 27.96 | 27.97 | 60.43 | - |
| YUV | 142.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 203 | 0.43 | 0.29 | 0 | 0.20 | 220.69 | 0.46 | 0.63 |
| Hex | 74 | 90 | CB | 2B | 1D | 0 | 14 | DD | 2E | 3F |
| Octal | 164 | 220 | 313 | 53 | 35 | 0 | 24 | 335 | 56 | 77 |
| Binary | 1110100 | 10010000 | 11001011 | 101011 | 11101 | 0 | 10100 | 11011101 | 101110 | 111111 |
Color Harmonies of #7490CB
Complementary color
Monochromatic Colors of #7490CB
Black with #7490CB
Text Example
Text Example
White with #7490CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490CB; }
p { color: rgb(116,144,203); }
H1.HeaderClassName
{
color: #7490CB;
}
.AnyTagClassName
{
color: #7490CB;
}
</style>
background-color css
<style>
a { background-color: #7490CB; }
a { background-color: rgb(116,144,203); }
div.DivClassName
{
background-color: #7490CB;
}
.BgClassName
{
background-color: #7490CB;
}
</style>
border-color css
<style>
span { border-color: #7490CB; }
span { border-color: rgb(116,144,203); }
td.TdClassName
{
border-color: #7490CB;
}
.TagClassName
{
border-color: #7490CB;
}
</style>