Shades of Wild Blue Yonder #748ACB
Tints of Wild Blue Yonder #748ACB
RGB
CMYK
RGB Variations
Color information
#748ACB (or 0x748ACB) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and CB. RGB value is (116,138,203). Sum of RGB (Red+Green+Blue) = 116+138+203=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #748ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ACB is #8B7534. Grayscale: #8A8A8A. Windows color (decimal): -9139509 or 13339252. OLE color: 13339252.
HSL color Cylindrical-coordinate representation of color #748ACB: hue angle of 224.83º 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 #748ACB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 138 | 203 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.20 |
| HSL | 224.83º | 0.46% | 0.63% | - |
| HSV(B) | 224.83º | 0.43% | 0.8% | - |
| XYZ | 27.07 | 26.2 | 60.13 | - |
| YUV | 138.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 203 | 0.43 | 0.32 | 0 | 0.20 | 224.83 | 0.46 | 0.63 |
| Hex | 74 | 8A | CB | 2B | 20 | 0 | 14 | E1 | 2E | 3F |
| Octal | 164 | 212 | 313 | 53 | 40 | 0 | 24 | 341 | 56 | 77 |
| Binary | 1110100 | 10001010 | 11001011 | 101011 | 100000 | 0 | 10100 | 11100001 | 101110 | 111111 |
Color Harmonies of #748ACB
Complementary color
Monochromatic Colors of #748ACB
Black with #748ACB
Text Example
Text Example
White with #748ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ACB; }
p { color: rgb(116,138,203); }
H1.HeaderClassName
{
color: #748ACB;
}
.AnyTagClassName
{
color: #748ACB;
}
</style>
background-color css
<style>
a { background-color: #748ACB; }
a { background-color: rgb(116,138,203); }
div.DivClassName
{
background-color: #748ACB;
}
.BgClassName
{
background-color: #748ACB;
}
</style>
border-color css
<style>
span { border-color: #748ACB; }
span { border-color: rgb(116,138,203); }
td.TdClassName
{
border-color: #748ACB;
}
.TagClassName
{
border-color: #748ACB;
}
</style>