Shades of Bali Hai #749BA6
Tints of Bali Hai #749BA6
RGB
CMYK
RGB Variations
Color information
#749BA6 (or 0x749BA6) is known color: Bali Hai. HEX triplet: 74, 9B and A6. RGB value is (116,155,166). Sum of RGB (Red+Green+Blue) = 116+155+166=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 166 - color contains mainly: blue. Hex color #749BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BA6 is #8B6459. Grayscale: #909090. Windows color (decimal): -9135194 or 10918772. OLE color: 10918772.
HSL color Cylindrical-coordinate representation of color #749BA6: hue angle of 193.2º 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 #749BA6 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 155 | 166 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.35 |
| HSL | 193.2º | 0.22% | 0.55% | - |
| HSV(B) | 193.2º | 0.3% | 0.65% | - |
| XYZ | 25.81 | 29.91 | 40.49 | - |
| YUV | 144.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 166 | 0.30 | 0.07 | 0 | 0.35 | 193.2 | 0.22 | 0.55 |
| Hex | 74 | 9B | A6 | 1E | 7 | 0 | 23 | C1 | 16 | 37 |
| Octal | 164 | 233 | 246 | 36 | 7 | 0 | 43 | 301 | 26 | 67 |
| Binary | 1110100 | 10011011 | 10100110 | 11110 | 111 | 0 | 100011 | 11000001 | 10110 | 110111 |
Color Harmonies of #749BA6
Complementary color
Monochromatic Colors of #749BA6
Black with #749BA6
Text Example
Text Example
White with #749BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BA6; }
p { color: rgb(116,155,166); }
H1.HeaderClassName
{
color: #749BA6;
}
.AnyTagClassName
{
color: #749BA6;
}
</style>
background-color css
<style>
a { background-color: #749BA6; }
a { background-color: rgb(116,155,166); }
div.DivClassName
{
background-color: #749BA6;
}
.BgClassName
{
background-color: #749BA6;
}
</style>
border-color css
<style>
span { border-color: #749BA6; }
span { border-color: rgb(116,155,166); }
td.TdClassName
{
border-color: #749BA6;
}
.TagClassName
{
border-color: #749BA6;
}
</style>