Shades of Blue Chill #4A9996
Tints of Blue Chill #4A9996
RGB
CMYK
RGB Variations
Color information
#4A9996 (or 0x4A9996) is known color: Blue Chill. HEX triplet: 4A, 99 and 96. RGB value is (74,153,150). Sum of RGB (Red+Green+Blue) = 74+153+150=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9996 is #B56669. Grayscale: #808080. Windows color (decimal): -11888234 or 9869642. OLE color: 9869642.
HSL color Cylindrical-coordinate representation of color #4A9996: hue angle of 177.72º 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 #4A9996 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 150 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.4 |
| HSL | 177.72º | 0.35% | 0.45% | - |
| HSV(B) | 177.72º | 0.52% | 0.6% | - |
| XYZ | 19.72 | 26.44 | 32.92 | - |
| YUV | 129.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 150 | 0.52 | 0 | 0.02 | 0.4 | 177.72 | 0.35 | 0.45 |
| Hex | 4A | 99 | 96 | 34 | 0 | 2 | 28 | B2 | 23 | 2D |
| Octal | 112 | 231 | 226 | 64 | 0 | 2 | 50 | 262 | 43 | 55 |
| Binary | 1001010 | 10011001 | 10010110 | 110100 | 0 | 10 | 101000 | 10110010 | 100011 | 101101 |
Color Harmonies of #4A9996
Complementary color
Monochromatic Colors of #4A9996
Black with #4A9996
Text Example
Text Example
White with #4A9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9996; }
p { color: rgb(74,153,150); }
H1.HeaderClassName
{
color: #4A9996;
}
.AnyTagClassName
{
color: #4A9996;
}
</style>
background-color css
<style>
a { background-color: #4A9996; }
a { background-color: rgb(74,153,150); }
div.DivClassName
{
background-color: #4A9996;
}
.BgClassName
{
background-color: #4A9996;
}
</style>
border-color css
<style>
span { border-color: #4A9996; }
span { border-color: rgb(74,153,150); }
td.TdClassName
{
border-color: #4A9996;
}
.TagClassName
{
border-color: #4A9996;
}
</style>