Shades of Wild Blue Yonder #748CBC
Tints of Wild Blue Yonder #748CBC
RGB
CMYK
RGB Variations
Color information
#748CBC (or 0x748CBC) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and BC. RGB value is (116,140,188). Sum of RGB (Red+Green+Blue) = 116+140+188=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #748CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CBC is #8B7343. Grayscale: #8A8A8A. Windows color (decimal): -9139012 or 12356724. OLE color: 12356724.
HSL color Cylindrical-coordinate representation of color #748CBC: hue angle of 220º 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 #748CBC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 140 | 188 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.26 |
| HSL | 220º | 0.35% | 0.6% | - |
| HSV(B) | 220º | 0.38% | 0.74% | - |
| XYZ | 25.66 | 26.1 | 51.26 | - |
| YUV | 138.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 188 | 0.38 | 0.26 | 0 | 0.26 | 220 | 0.35 | 0.6 |
| Hex | 74 | 8C | BC | 26 | 1A | 0 | 1A | DC | 23 | 3C |
| Octal | 164 | 214 | 274 | 46 | 32 | 0 | 32 | 334 | 43 | 74 |
| Binary | 1110100 | 10001100 | 10111100 | 100110 | 11010 | 0 | 11010 | 11011100 | 100011 | 111100 |
Color Harmonies of #748CBC
Complementary color
Monochromatic Colors of #748CBC
Black with #748CBC
Text Example
Text Example
White with #748CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CBC; }
p { color: rgb(116,140,188); }
H1.HeaderClassName
{
color: #748CBC;
}
.AnyTagClassName
{
color: #748CBC;
}
</style>
background-color css
<style>
a { background-color: #748CBC; }
a { background-color: rgb(116,140,188); }
div.DivClassName
{
background-color: #748CBC;
}
.BgClassName
{
background-color: #748CBC;
}
</style>
border-color css
<style>
span { border-color: #748CBC; }
span { border-color: rgb(116,140,188); }
td.TdClassName
{
border-color: #748CBC;
}
.TagClassName
{
border-color: #748CBC;
}
</style>