Shades of Wild Blue Yonder #748DC3
Tints of Wild Blue Yonder #748DC3
RGB
CMYK
RGB Variations
Color information
#748DC3 (or 0x748DC3) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and C3. RGB value is (116,141,195). Sum of RGB (Red+Green+Blue) = 116+141+195=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #748DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DC3 is #8B723C. Grayscale: #8B8B8B. Windows color (decimal): -9138749 or 12815732. OLE color: 12815732.
HSL color Cylindrical-coordinate representation of color #748DC3: hue angle of 221.01º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748DC3 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 141 | 195 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.24 |
| HSL | 221.01º | 0.4% | 0.61% | - |
| HSV(B) | 221.01º | 0.41% | 0.76% | - |
| XYZ | 26.58 | 26.7 | 55.38 | - |
| YUV | 139.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 195 | 0.41 | 0.28 | 0 | 0.24 | 221.01 | 0.4 | 0.61 |
| Hex | 74 | 8D | C3 | 29 | 1C | 0 | 18 | DD | 28 | 3D |
| Octal | 164 | 215 | 303 | 51 | 34 | 0 | 30 | 335 | 50 | 75 |
| Binary | 1110100 | 10001101 | 11000011 | 101001 | 11100 | 0 | 11000 | 11011101 | 101000 | 111101 |
Color Harmonies of #748DC3
Complementary color
Monochromatic Colors of #748DC3
Black with #748DC3
Text Example
Text Example
White with #748DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DC3; }
p { color: rgb(116,141,195); }
H1.HeaderClassName
{
color: #748DC3;
}
.AnyTagClassName
{
color: #748DC3;
}
</style>
background-color css
<style>
a { background-color: #748DC3; }
a { background-color: rgb(116,141,195); }
div.DivClassName
{
background-color: #748DC3;
}
.BgClassName
{
background-color: #748DC3;
}
</style>
border-color css
<style>
span { border-color: #748DC3; }
span { border-color: rgb(116,141,195); }
td.TdClassName
{
border-color: #748DC3;
}
.TagClassName
{
border-color: #748DC3;
}
</style>