Shades of Wild Blue Yonder #748FBC
Tints of Wild Blue Yonder #748FBC
RGB
CMYK
RGB Variations
Color information
#748FBC (or 0x748FBC) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and BC. RGB value is (116,143,188). Sum of RGB (Red+Green+Blue) = 116+143+188=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #748FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FBC is #8B7043. Grayscale: #8B8B8B. Windows color (decimal): -9138244 or 12357492. OLE color: 12357492.
HSL color Cylindrical-coordinate representation of color #748FBC: hue angle of 217.5º 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 #748FBC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 143 | 188 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.26 |
| HSL | 217.5º | 0.35% | 0.6% | - |
| HSV(B) | 217.5º | 0.38% | 0.74% | - |
| XYZ | 26.1 | 26.99 | 51.41 | - |
| YUV | 140.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 188 | 0.38 | 0.24 | 0 | 0.26 | 217.5 | 0.35 | 0.6 |
| Hex | 74 | 8F | BC | 26 | 18 | 0 | 1A | DA | 23 | 3C |
| Octal | 164 | 217 | 274 | 46 | 30 | 0 | 32 | 332 | 43 | 74 |
| Binary | 1110100 | 10001111 | 10111100 | 100110 | 11000 | 0 | 11010 | 11011010 | 100011 | 111100 |
Color Harmonies of #748FBC
Complementary color
Monochromatic Colors of #748FBC
Black with #748FBC
Text Example
Text Example
White with #748FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FBC; }
p { color: rgb(116,143,188); }
H1.HeaderClassName
{
color: #748FBC;
}
.AnyTagClassName
{
color: #748FBC;
}
</style>
background-color css
<style>
a { background-color: #748FBC; }
a { background-color: rgb(116,143,188); }
div.DivClassName
{
background-color: #748FBC;
}
.BgClassName
{
background-color: #748FBC;
}
</style>
border-color css
<style>
span { border-color: #748FBC; }
span { border-color: rgb(116,143,188); }
td.TdClassName
{
border-color: #748FBC;
}
.TagClassName
{
border-color: #748FBC;
}
</style>