Shades of Wild Blue Yonder #748DBE
Tints of Wild Blue Yonder #748DBE
RGB
CMYK
RGB Variations
Color information
#748DBE (or 0x748DBE) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and BE. RGB value is (116,141,190). Sum of RGB (Red+Green+Blue) = 116+141+190=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #748DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DBE is #8B7241. Grayscale: #8A8A8A. Windows color (decimal): -9138754 or 12488052. OLE color: 12488052.
HSL color Cylindrical-coordinate representation of color #748DBE: hue angle of 219.73º degrees, saturation: 0.36, 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 #748DBE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 141 | 190 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.25 |
| HSL | 219.73º | 0.36% | 0.6% | - |
| HSV(B) | 219.73º | 0.39% | 0.75% | - |
| XYZ | 26.02 | 26.48 | 52.45 | - |
| YUV | 139.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 190 | 0.39 | 0.26 | 0 | 0.25 | 219.73 | 0.36 | 0.6 |
| Hex | 74 | 8D | BE | 27 | 1A | 0 | 19 | DC | 24 | 3C |
| Octal | 164 | 215 | 276 | 47 | 32 | 0 | 31 | 334 | 44 | 74 |
| Binary | 1110100 | 10001101 | 10111110 | 100111 | 11010 | 0 | 11001 | 11011100 | 100100 | 111100 |
Color Harmonies of #748DBE
Complementary color
Monochromatic Colors of #748DBE
Black with #748DBE
Text Example
Text Example
White with #748DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DBE; }
p { color: rgb(116,141,190); }
H1.HeaderClassName
{
color: #748DBE;
}
.AnyTagClassName
{
color: #748DBE;
}
</style>
background-color css
<style>
a { background-color: #748DBE; }
a { background-color: rgb(116,141,190); }
div.DivClassName
{
background-color: #748DBE;
}
.BgClassName
{
background-color: #748DBE;
}
</style>
border-color css
<style>
span { border-color: #748DBE; }
span { border-color: rgb(116,141,190); }
td.TdClassName
{
border-color: #748DBE;
}
.TagClassName
{
border-color: #748DBE;
}
</style>