Shades of Wild Blue Yonder #748DBC
Tints of Wild Blue Yonder #748DBC
RGB
CMYK
RGB Variations
Color information
#748DBC (or 0x748DBC) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and BC. RGB value is (116,141,188). Sum of RGB (Red+Green+Blue) = 116+141+188=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #748DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DBC is #8B7243. Grayscale: #8A8A8A. Windows color (decimal): -9138756 or 12356980. OLE color: 12356980.
HSL color Cylindrical-coordinate representation of color #748DBC: hue angle of 219.17º 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 #748DBC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 141 | 188 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.26 |
| HSL | 219.17º | 0.35% | 0.6% | - |
| HSV(B) | 219.17º | 0.38% | 0.74% | - |
| XYZ | 25.8 | 26.39 | 51.31 | - |
| YUV | 138.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 188 | 0.38 | 0.25 | 0 | 0.26 | 219.17 | 0.35 | 0.6 |
| Hex | 74 | 8D | BC | 26 | 19 | 0 | 1A | DB | 23 | 3C |
| Octal | 164 | 215 | 274 | 46 | 31 | 0 | 32 | 333 | 43 | 74 |
| Binary | 1110100 | 10001101 | 10111100 | 100110 | 11001 | 0 | 11010 | 11011011 | 100011 | 111100 |
Color Harmonies of #748DBC
Complementary color
Monochromatic Colors of #748DBC
Black with #748DBC
Text Example
Text Example
White with #748DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DBC; }
p { color: rgb(116,141,188); }
H1.HeaderClassName
{
color: #748DBC;
}
.AnyTagClassName
{
color: #748DBC;
}
</style>
background-color css
<style>
a { background-color: #748DBC; }
a { background-color: rgb(116,141,188); }
div.DivClassName
{
background-color: #748DBC;
}
.BgClassName
{
background-color: #748DBC;
}
</style>
border-color css
<style>
span { border-color: #748DBC; }
span { border-color: rgb(116,141,188); }
td.TdClassName
{
border-color: #748DBC;
}
.TagClassName
{
border-color: #748DBC;
}
</style>