Shades of Bali Hai #749AAF
Tints of Bali Hai #749AAF
RGB
CMYK
RGB Variations
Color information
#749AAF (or 0x749AAF) is known color: Bali Hai. HEX triplet: 74, 9A and AF. RGB value is (116,154,175). Sum of RGB (Red+Green+Blue) = 116+154+175=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #749AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AAF is #8B6550. Grayscale: #909090. Windows color (decimal): -9135441 or 11508340. OLE color: 11508340.
HSL color Cylindrical-coordinate representation of color #749AAF: hue angle of 201.36º degrees, saturation: 0.27, 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 #749AAF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 154 | 175 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.31 |
| HSL | 201.36º | 0.27% | 0.57% | - |
| HSV(B) | 201.36º | 0.34% | 0.69% | - |
| XYZ | 26.5 | 29.92 | 44.94 | - |
| YUV | 145.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 175 | 0.34 | 0.12 | 0 | 0.31 | 201.36 | 0.27 | 0.57 |
| Hex | 74 | 9A | AF | 22 | C | 0 | 1F | C9 | 1B | 39 |
| Octal | 164 | 232 | 257 | 42 | 14 | 0 | 37 | 311 | 33 | 71 |
| Binary | 1110100 | 10011010 | 10101111 | 100010 | 1100 | 0 | 11111 | 11001001 | 11011 | 111001 |
Color Harmonies of #749AAF
Complementary color
Monochromatic Colors of #749AAF
Black with #749AAF
Text Example
Text Example
White with #749AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749AAF; }
p { color: rgb(116,154,175); }
H1.HeaderClassName
{
color: #749AAF;
}
.AnyTagClassName
{
color: #749AAF;
}
</style>
background-color css
<style>
a { background-color: #749AAF; }
a { background-color: rgb(116,154,175); }
div.DivClassName
{
background-color: #749AAF;
}
.BgClassName
{
background-color: #749AAF;
}
</style>
border-color css
<style>
span { border-color: #749AAF; }
span { border-color: rgb(116,154,175); }
td.TdClassName
{
border-color: #749AAF;
}
.TagClassName
{
border-color: #749AAF;
}
</style>