Shades of Wild Blue Yonder #748CCC
Tints of Wild Blue Yonder #748CCC
RGB
CMYK
RGB Variations
Color information
#748CCC (or 0x748CCC) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and CC. RGB value is (116,140,204). Sum of RGB (Red+Green+Blue) = 116+140+204=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #748CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCC is #8B7333. Grayscale: #8B8B8B. Windows color (decimal): -9138996 or 13405300. OLE color: 13405300.
HSL color Cylindrical-coordinate representation of color #748CCC: hue angle of 223.64º 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 #748CCC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 140 | 204 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.2 |
| HSL | 223.64º | 0.46% | 0.63% | - |
| HSV(B) | 223.64º | 0.43% | 0.8% | - |
| XYZ | 27.48 | 26.83 | 60.86 | - |
| YUV | 140.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 204 | 0.43 | 0.31 | 0 | 0.2 | 223.64 | 0.46 | 0.63 |
| Hex | 74 | 8C | CC | 2B | 1F | 0 | 14 | E0 | 2E | 3F |
| Octal | 164 | 214 | 314 | 53 | 37 | 0 | 24 | 340 | 56 | 77 |
| Binary | 1110100 | 10001100 | 11001100 | 101011 | 11111 | 0 | 10100 | 11100000 | 101110 | 111111 |
Color Harmonies of #748CCC
Complementary color
Monochromatic Colors of #748CCC
Black with #748CCC
Text Example
Text Example
White with #748CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CCC; }
p { color: rgb(116,140,204); }
H1.HeaderClassName
{
color: #748CCC;
}
.AnyTagClassName
{
color: #748CCC;
}
</style>
background-color css
<style>
a { background-color: #748CCC; }
a { background-color: rgb(116,140,204); }
div.DivClassName
{
background-color: #748CCC;
}
.BgClassName
{
background-color: #748CCC;
}
</style>
border-color css
<style>
span { border-color: #748CCC; }
span { border-color: rgb(116,140,204); }
td.TdClassName
{
border-color: #748CCC;
}
.TagClassName
{
border-color: #748CCC;
}
</style>