Shades of Bali Hai #749AA6
Tints of Bali Hai #749AA6
RGB
CMYK
RGB Variations
Color information
#749AA6 (or 0x749AA6) is known color: Bali Hai. HEX triplet: 74, 9A and A6. RGB value is (116,154,166). Sum of RGB (Red+Green+Blue) = 116+154+166=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 166 - color contains mainly: blue. Hex color #749AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AA6 is #8B6559. Grayscale: #8F8F8F. Windows color (decimal): -9135450 or 10918516. OLE color: 10918516.
HSL color Cylindrical-coordinate representation of color #749AA6: hue angle of 194.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749AA6 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 154 | 166 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.35 |
| HSL | 194.4º | 0.22% | 0.55% | - |
| HSV(B) | 194.4º | 0.3% | 0.65% | - |
| XYZ | 25.64 | 29.58 | 40.43 | - |
| YUV | 144.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 166 | 0.30 | 0.07 | 0 | 0.35 | 194.4 | 0.22 | 0.55 |
| Hex | 74 | 9A | A6 | 1E | 7 | 0 | 23 | C2 | 16 | 37 |
| Octal | 164 | 232 | 246 | 36 | 7 | 0 | 43 | 302 | 26 | 67 |
| Binary | 1110100 | 10011010 | 10100110 | 11110 | 111 | 0 | 100011 | 11000010 | 10110 | 110111 |
Color Harmonies of #749AA6
Complementary color
Monochromatic Colors of #749AA6
Black with #749AA6
Text Example
Text Example
White with #749AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749AA6; }
p { color: rgb(116,154,166); }
H1.HeaderClassName
{
color: #749AA6;
}
.AnyTagClassName
{
color: #749AA6;
}
</style>
background-color css
<style>
a { background-color: #749AA6; }
a { background-color: rgb(116,154,166); }
div.DivClassName
{
background-color: #749AA6;
}
.BgClassName
{
background-color: #749AA6;
}
</style>
border-color css
<style>
span { border-color: #749AA6; }
span { border-color: rgb(116,154,166); }
td.TdClassName
{
border-color: #749AA6;
}
.TagClassName
{
border-color: #749AA6;
}
</style>