Shades of Wild Blue Yonder #748CBF
Tints of Wild Blue Yonder #748CBF
RGB
CMYK
RGB Variations
Color information
#748CBF (or 0x748CBF) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and BF. RGB value is (116,140,191). Sum of RGB (Red+Green+Blue) = 116+140+191=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #748CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CBF is #8B7340. Grayscale: #8A8A8A. Windows color (decimal): -9139009 or 12553332. OLE color: 12553332.
HSL color Cylindrical-coordinate representation of color #748CBF: hue angle of 220.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748CBF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 140 | 191 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.25 |
| HSL | 220.8º | 0.37% | 0.6% | - |
| HSV(B) | 220.8º | 0.39% | 0.75% | - |
| XYZ | 25.98 | 26.23 | 52.98 | - |
| YUV | 138.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 191 | 0.39 | 0.27 | 0 | 0.25 | 220.8 | 0.37 | 0.6 |
| Hex | 74 | 8C | BF | 27 | 1B | 0 | 19 | DD | 25 | 3C |
| Octal | 164 | 214 | 277 | 47 | 33 | 0 | 31 | 335 | 45 | 74 |
| Binary | 1110100 | 10001100 | 10111111 | 100111 | 11011 | 0 | 11001 | 11011101 | 100101 | 111100 |
Color Harmonies of #748CBF
Complementary color
Monochromatic Colors of #748CBF
Black with #748CBF
Text Example
Text Example
White with #748CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CBF; }
p { color: rgb(116,140,191); }
H1.HeaderClassName
{
color: #748CBF;
}
.AnyTagClassName
{
color: #748CBF;
}
</style>
background-color css
<style>
a { background-color: #748CBF; }
a { background-color: rgb(116,140,191); }
div.DivClassName
{
background-color: #748CBF;
}
.BgClassName
{
background-color: #748CBF;
}
</style>
border-color css
<style>
span { border-color: #748CBF; }
span { border-color: rgb(116,140,191); }
td.TdClassName
{
border-color: #748CBF;
}
.TagClassName
{
border-color: #748CBF;
}
</style>