Shades of Wild Blue Yonder #748BC3
Tints of Wild Blue Yonder #748BC3
RGB
CMYK
RGB Variations
Color information
#748BC3 (or 0x748BC3) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and C3. RGB value is (116,139,195). Sum of RGB (Red+Green+Blue) = 116+139+195=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #748BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BC3 is #8B743C. Grayscale: #8A8A8A. Windows color (decimal): -9139261 or 12815220. OLE color: 12815220.
HSL color Cylindrical-coordinate representation of color #748BC3: hue angle of 222.53º 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 #748BC3 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 139 | 195 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.24 |
| HSL | 222.53º | 0.4% | 0.61% | - |
| HSV(B) | 222.53º | 0.41% | 0.76% | - |
| XYZ | 26.29 | 26.12 | 55.29 | - |
| YUV | 138.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 195 | 0.41 | 0.29 | 0 | 0.24 | 222.53 | 0.4 | 0.61 |
| Hex | 74 | 8B | C3 | 29 | 1D | 0 | 18 | DF | 28 | 3D |
| Octal | 164 | 213 | 303 | 51 | 35 | 0 | 30 | 337 | 50 | 75 |
| Binary | 1110100 | 10001011 | 11000011 | 101001 | 11101 | 0 | 11000 | 11011111 | 101000 | 111101 |
Color Harmonies of #748BC3
Complementary color
Monochromatic Colors of #748BC3
Black with #748BC3
Text Example
Text Example
White with #748BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BC3; }
p { color: rgb(116,139,195); }
H1.HeaderClassName
{
color: #748BC3;
}
.AnyTagClassName
{
color: #748BC3;
}
</style>
background-color css
<style>
a { background-color: #748BC3; }
a { background-color: rgb(116,139,195); }
div.DivClassName
{
background-color: #748BC3;
}
.BgClassName
{
background-color: #748BC3;
}
</style>
border-color css
<style>
span { border-color: #748BC3; }
span { border-color: rgb(116,139,195); }
td.TdClassName
{
border-color: #748BC3;
}
.TagClassName
{
border-color: #748BC3;
}
</style>