Shades of Wild Blue Yonder #748FC4
Tints of Wild Blue Yonder #748FC4
RGB
CMYK
RGB Variations
Color information
#748FC4 (or 0x748FC4) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and C4. RGB value is (116,143,196). Sum of RGB (Red+Green+Blue) = 116+143+196=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #748FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FC4 is #8B703B. Grayscale: #8C8C8C. Windows color (decimal): -9138236 or 12881780. OLE color: 12881780.
HSL color Cylindrical-coordinate representation of color #748FC4: hue angle of 219.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748FC4 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 143 | 196 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.23 |
| HSL | 219.75º | 0.4% | 0.61% | - |
| HSV(B) | 219.75º | 0.41% | 0.77% | - |
| XYZ | 26.99 | 27.34 | 56.08 | - |
| YUV | 140.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 196 | 0.41 | 0.27 | 0 | 0.23 | 219.75 | 0.4 | 0.61 |
| Hex | 74 | 8F | C4 | 29 | 1B | 0 | 17 | DC | 28 | 3D |
| Octal | 164 | 217 | 304 | 51 | 33 | 0 | 27 | 334 | 50 | 75 |
| Binary | 1110100 | 10001111 | 11000100 | 101001 | 11011 | 0 | 10111 | 11011100 | 101000 | 111101 |
Color Harmonies of #748FC4
Complementary color
Monochromatic Colors of #748FC4
Black with #748FC4
Text Example
Text Example
White with #748FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FC4; }
p { color: rgb(116,143,196); }
H1.HeaderClassName
{
color: #748FC4;
}
.AnyTagClassName
{
color: #748FC4;
}
</style>
background-color css
<style>
a { background-color: #748FC4; }
a { background-color: rgb(116,143,196); }
div.DivClassName
{
background-color: #748FC4;
}
.BgClassName
{
background-color: #748FC4;
}
</style>
border-color css
<style>
span { border-color: #748FC4; }
span { border-color: rgb(116,143,196); }
td.TdClassName
{
border-color: #748FC4;
}
.TagClassName
{
border-color: #748FC4;
}
</style>