Shades of Blue Chill #4A9997
Tints of Blue Chill #4A9997
RGB
CMYK
RGB Variations
Color information
#4A9997 (or 0x4A9997) is known color: Blue Chill. HEX triplet: 4A, 99 and 97. RGB value is (74,153,151). Sum of RGB (Red+Green+Blue) = 74+153+151=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9997 is #B56668. Grayscale: #818181. Windows color (decimal): -11888233 or 9935178. OLE color: 9935178.
HSL color Cylindrical-coordinate representation of color #4A9997: hue angle of 178.48º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9997 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 151 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.4 |
| HSL | 178.48º | 0.35% | 0.45% | - |
| HSV(B) | 178.48º | 0.52% | 0.6% | - |
| XYZ | 19.8 | 26.47 | 33.34 | - |
| YUV | 129.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 151 | 0.52 | 0 | 0.01 | 0.4 | 178.48 | 0.35 | 0.45 |
| Hex | 4A | 99 | 97 | 34 | 0 | 1 | 28 | B2 | 23 | 2D |
| Octal | 112 | 231 | 227 | 64 | 0 | 1 | 50 | 262 | 43 | 55 |
| Binary | 1001010 | 10011001 | 10010111 | 110100 | 0 | 1 | 101000 | 10110010 | 100011 | 101101 |
Color Harmonies of #4A9997
Complementary color
Monochromatic Colors of #4A9997
Black with #4A9997
Text Example
Text Example
White with #4A9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9997; }
p { color: rgb(74,153,151); }
H1.HeaderClassName
{
color: #4A9997;
}
.AnyTagClassName
{
color: #4A9997;
}
</style>
background-color css
<style>
a { background-color: #4A9997; }
a { background-color: rgb(74,153,151); }
div.DivClassName
{
background-color: #4A9997;
}
.BgClassName
{
background-color: #4A9997;
}
</style>
border-color css
<style>
span { border-color: #4A9997; }
span { border-color: rgb(74,153,151); }
td.TdClassName
{
border-color: #4A9997;
}
.TagClassName
{
border-color: #4A9997;
}
</style>