Shades of Bali Hai #749DAA
Tints of Bali Hai #749DAA
RGB
CMYK
RGB Variations
Color information
#749DAA (or 0x749DAA) is known color: Bali Hai. HEX triplet: 74, 9D and AA. RGB value is (116,157,170). Sum of RGB (Red+Green+Blue) = 116+157+170=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #749DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DAA is #8B6255. Grayscale: #929292. Windows color (decimal): -9134678 or 11181428. OLE color: 11181428.
HSL color Cylindrical-coordinate representation of color #749DAA: hue angle of 194.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749DAA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 157 | 170 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.33 |
| HSL | 194.44º | 0.24% | 0.56% | - |
| HSV(B) | 194.44º | 0.32% | 0.67% | - |
| XYZ | 26.52 | 30.73 | 42.56 | - |
| YUV | 146.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 170 | 0.32 | 0.08 | 0 | 0.33 | 194.44 | 0.24 | 0.56 |
| Hex | 74 | 9D | AA | 20 | 8 | 0 | 21 | C2 | 18 | 38 |
| Octal | 164 | 235 | 252 | 40 | 10 | 0 | 41 | 302 | 30 | 70 |
| Binary | 1110100 | 10011101 | 10101010 | 100000 | 1000 | 0 | 100001 | 11000010 | 11000 | 111000 |
Color Harmonies of #749DAA
Complementary color
Monochromatic Colors of #749DAA
Black with #749DAA
Text Example
Text Example
White with #749DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DAA; }
p { color: rgb(116,157,170); }
H1.HeaderClassName
{
color: #749DAA;
}
.AnyTagClassName
{
color: #749DAA;
}
</style>
background-color css
<style>
a { background-color: #749DAA; }
a { background-color: rgb(116,157,170); }
div.DivClassName
{
background-color: #749DAA;
}
.BgClassName
{
background-color: #749DAA;
}
</style>
border-color css
<style>
span { border-color: #749DAA; }
span { border-color: rgb(116,157,170); }
td.TdClassName
{
border-color: #749DAA;
}
.TagClassName
{
border-color: #749DAA;
}
</style>