Shades of Wild Blue Yonder #748CC3
Tints of Wild Blue Yonder #748CC3
RGB
CMYK
RGB Variations
Color information
#748CC3 (or 0x748CC3) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and C3. RGB value is (116,140,195). Sum of RGB (Red+Green+Blue) = 116+140+195=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #748CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CC3 is #8B733C. Grayscale: #8A8A8A. Windows color (decimal): -9139005 or 12815476. OLE color: 12815476.
HSL color Cylindrical-coordinate representation of color #748CC3: hue angle of 221.77º 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 #748CC3 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 140 | 195 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.24 |
| HSL | 221.77º | 0.4% | 0.61% | - |
| HSV(B) | 221.77º | 0.41% | 0.76% | - |
| XYZ | 26.43 | 26.41 | 55.33 | - |
| YUV | 139.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 195 | 0.41 | 0.28 | 0 | 0.24 | 221.77 | 0.4 | 0.61 |
| Hex | 74 | 8C | C3 | 29 | 1C | 0 | 18 | DE | 28 | 3D |
| Octal | 164 | 214 | 303 | 51 | 34 | 0 | 30 | 336 | 50 | 75 |
| Binary | 1110100 | 10001100 | 11000011 | 101001 | 11100 | 0 | 11000 | 11011110 | 101000 | 111101 |
Color Harmonies of #748CC3
Complementary color
Monochromatic Colors of #748CC3
Black with #748CC3
Text Example
Text Example
White with #748CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CC3; }
p { color: rgb(116,140,195); }
H1.HeaderClassName
{
color: #748CC3;
}
.AnyTagClassName
{
color: #748CC3;
}
</style>
background-color css
<style>
a { background-color: #748CC3; }
a { background-color: rgb(116,140,195); }
div.DivClassName
{
background-color: #748CC3;
}
.BgClassName
{
background-color: #748CC3;
}
</style>
border-color css
<style>
span { border-color: #748CC3; }
span { border-color: rgb(116,140,195); }
td.TdClassName
{
border-color: #748CC3;
}
.TagClassName
{
border-color: #748CC3;
}
</style>