Shades of Wild Blue Yonder #748CBA
Tints of Wild Blue Yonder #748CBA
RGB
CMYK
RGB Variations
Color information
#748CBA (or 0x748CBA) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and BA. RGB value is (116,140,186). Sum of RGB (Red+Green+Blue) = 116+140+186=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #748CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CBA is #8B7345. Grayscale: #898989. Windows color (decimal): -9139014 or 12225652. OLE color: 12225652.
HSL color Cylindrical-coordinate representation of color #748CBA: hue angle of 219.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748CBA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 140 | 186 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.27 |
| HSL | 219.43º | 0.34% | 0.59% | - |
| HSV(B) | 219.43º | 0.38% | 0.73% | - |
| XYZ | 25.44 | 26.01 | 50.13 | - |
| YUV | 138.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 186 | 0.38 | 0.25 | 0 | 0.27 | 219.43 | 0.34 | 0.59 |
| Hex | 74 | 8C | BA | 26 | 19 | 0 | 1B | DB | 22 | 3B |
| Octal | 164 | 214 | 272 | 46 | 31 | 0 | 33 | 333 | 42 | 73 |
| Binary | 1110100 | 10001100 | 10111010 | 100110 | 11001 | 0 | 11011 | 11011011 | 100010 | 111011 |
Color Harmonies of #748CBA
Complementary color
Monochromatic Colors of #748CBA
Black with #748CBA
Text Example
Text Example
White with #748CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CBA; }
p { color: rgb(116,140,186); }
H1.HeaderClassName
{
color: #748CBA;
}
.AnyTagClassName
{
color: #748CBA;
}
</style>
background-color css
<style>
a { background-color: #748CBA; }
a { background-color: rgb(116,140,186); }
div.DivClassName
{
background-color: #748CBA;
}
.BgClassName
{
background-color: #748CBA;
}
</style>
border-color css
<style>
span { border-color: #748CBA; }
span { border-color: rgb(116,140,186); }
td.TdClassName
{
border-color: #748CBA;
}
.TagClassName
{
border-color: #748CBA;
}
</style>