Shades of Bali Hai #749FB0
Tints of Bali Hai #749FB0
RGB
CMYK
RGB Variations
Color information
#749FB0 (or 0x749FB0) is known color: Bali Hai. HEX triplet: 74, 9F and B0. RGB value is (116,159,176). Sum of RGB (Red+Green+Blue) = 116+159+176=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 176 - color contains mainly: blue. Hex color #749FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FB0 is #8B604F. Grayscale: #939393. Windows color (decimal): -9134160 or 11575156. OLE color: 11575156.
HSL color Cylindrical-coordinate representation of color #749FB0: hue angle of 197º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #749FB0 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 159 | 176 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.31 |
| HSL | 197º | 0.28% | 0.57% | - |
| HSV(B) | 197º | 0.34% | 0.69% | - |
| XYZ | 27.44 | 31.64 | 45.74 | - |
| YUV | 148.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 176 | 0.34 | 0.10 | 0 | 0.31 | 197 | 0.28 | 0.57 |
| Hex | 74 | 9F | B0 | 22 | A | 0 | 1F | C5 | 1C | 39 |
| Octal | 164 | 237 | 260 | 42 | 12 | 0 | 37 | 305 | 34 | 71 |
| Binary | 1110100 | 10011111 | 10110000 | 100010 | 1010 | 0 | 11111 | 11000101 | 11100 | 111001 |
Color Harmonies of #749FB0
Complementary color
Monochromatic Colors of #749FB0
Black with #749FB0
Text Example
Text Example
White with #749FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FB0; }
p { color: rgb(116,159,176); }
H1.HeaderClassName
{
color: #749FB0;
}
.AnyTagClassName
{
color: #749FB0;
}
</style>
background-color css
<style>
a { background-color: #749FB0; }
a { background-color: rgb(116,159,176); }
div.DivClassName
{
background-color: #749FB0;
}
.BgClassName
{
background-color: #749FB0;
}
</style>
border-color css
<style>
span { border-color: #749FB0; }
span { border-color: rgb(116,159,176); }
td.TdClassName
{
border-color: #749FB0;
}
.TagClassName
{
border-color: #749FB0;
}
</style>