Shades of Bali Hai #749DAC
Tints of Bali Hai #749DAC
RGB
CMYK
RGB Variations
Color information
#749DAC (or 0x749DAC) is known color: Bali Hai. HEX triplet: 74, 9D and AC. RGB value is (116,157,172). Sum of RGB (Red+Green+Blue) = 116+157+172=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #749DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DAC is #8B6253. Grayscale: #929292. Windows color (decimal): -9134676 or 11312500. OLE color: 11312500.
HSL color Cylindrical-coordinate representation of color #749DAC: hue angle of 196.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749DAC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 157 | 172 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.33 |
| HSL | 196.07º | 0.25% | 0.56% | - |
| HSV(B) | 196.07º | 0.33% | 0.67% | - |
| XYZ | 26.71 | 30.81 | 43.57 | - |
| YUV | 146.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 172 | 0.33 | 0.09 | 0 | 0.33 | 196.07 | 0.25 | 0.56 |
| Hex | 74 | 9D | AC | 21 | 9 | 0 | 21 | C4 | 19 | 38 |
| Octal | 164 | 235 | 254 | 41 | 11 | 0 | 41 | 304 | 31 | 70 |
| Binary | 1110100 | 10011101 | 10101100 | 100001 | 1001 | 0 | 100001 | 11000100 | 11001 | 111000 |
Color Harmonies of #749DAC
Complementary color
Monochromatic Colors of #749DAC
Black with #749DAC
Text Example
Text Example
White with #749DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DAC; }
p { color: rgb(116,157,172); }
H1.HeaderClassName
{
color: #749DAC;
}
.AnyTagClassName
{
color: #749DAC;
}
</style>
background-color css
<style>
a { background-color: #749DAC; }
a { background-color: rgb(116,157,172); }
div.DivClassName
{
background-color: #749DAC;
}
.BgClassName
{
background-color: #749DAC;
}
</style>
border-color css
<style>
span { border-color: #749DAC; }
span { border-color: rgb(116,157,172); }
td.TdClassName
{
border-color: #749DAC;
}
.TagClassName
{
border-color: #749DAC;
}
</style>