Shades of Wild Blue Yonder #748DCC
Tints of Wild Blue Yonder #748DCC
RGB
CMYK
RGB Variations
Color information
#748DCC (or 0x748DCC) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and CC. RGB value is (116,141,204). Sum of RGB (Red+Green+Blue) = 116+141+204=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #748DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DCC is #8B7233. Grayscale: #8C8C8C. Windows color (decimal): -9138740 or 13405556. OLE color: 13405556.
HSL color Cylindrical-coordinate representation of color #748DCC: hue angle of 222.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748DCC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 141 | 204 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.2 |
| HSL | 222.95º | 0.46% | 0.63% | - |
| HSV(B) | 222.95º | 0.43% | 0.8% | - |
| XYZ | 27.63 | 27.12 | 60.91 | - |
| YUV | 140.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 204 | 0.43 | 0.31 | 0 | 0.2 | 222.95 | 0.46 | 0.63 |
| Hex | 74 | 8D | CC | 2B | 1F | 0 | 14 | DF | 2E | 3F |
| Octal | 164 | 215 | 314 | 53 | 37 | 0 | 24 | 337 | 56 | 77 |
| Binary | 1110100 | 10001101 | 11001100 | 101011 | 11111 | 0 | 10100 | 11011111 | 101110 | 111111 |
Color Harmonies of #748DCC
Complementary color
Monochromatic Colors of #748DCC
Black with #748DCC
Text Example
Text Example
White with #748DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DCC; }
p { color: rgb(116,141,204); }
H1.HeaderClassName
{
color: #748DCC;
}
.AnyTagClassName
{
color: #748DCC;
}
</style>
background-color css
<style>
a { background-color: #748DCC; }
a { background-color: rgb(116,141,204); }
div.DivClassName
{
background-color: #748DCC;
}
.BgClassName
{
background-color: #748DCC;
}
</style>
border-color css
<style>
span { border-color: #748DCC; }
span { border-color: rgb(116,141,204); }
td.TdClassName
{
border-color: #748DCC;
}
.TagClassName
{
border-color: #748DCC;
}
</style>