Shades of Blue Chill #4C9591
Tints of Blue Chill #4C9591
RGB
CMYK
RGB Variations
Color information
#4C9591 (or 0x4C9591) is known color: Blue Chill. HEX triplet: 4C, 95 and 91. RGB value is (76,149,145). Sum of RGB (Red+Green+Blue) = 76+149+145=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9591 is #B36A6E. Grayscale: #7E7E7E. Windows color (decimal): -11758191 or 9540940. OLE color: 9540940.
HSL color Cylindrical-coordinate representation of color #4C9591: hue angle of 176.71º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9591 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 145 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.42 |
| HSL | 176.71º | 0.32% | 0.44% | - |
| HSV(B) | 176.71º | 0.49% | 0.58% | - |
| XYZ | 18.84 | 25.08 | 30.64 | - |
| YUV | 126.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 145 | 0.49 | 0 | 0.03 | 0.42 | 176.71 | 0.32 | 0.44 |
| Hex | 4C | 95 | 91 | 31 | 0 | 3 | 2A | B1 | 20 | 2C |
| Octal | 114 | 225 | 221 | 61 | 0 | 3 | 52 | 261 | 40 | 54 |
| Binary | 1001100 | 10010101 | 10010001 | 110001 | 0 | 11 | 101010 | 10110001 | 100000 | 101100 |
Color Harmonies of #4C9591
Complementary color
Monochromatic Colors of #4C9591
Black with #4C9591
Text Example
Text Example
White with #4C9591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9591; }
p { color: rgb(76,149,145); }
H1.HeaderClassName
{
color: #4C9591;
}
.AnyTagClassName
{
color: #4C9591;
}
</style>
background-color css
<style>
a { background-color: #4C9591; }
a { background-color: rgb(76,149,145); }
div.DivClassName
{
background-color: #4C9591;
}
.BgClassName
{
background-color: #4C9591;
}
</style>
border-color css
<style>
span { border-color: #4C9591; }
span { border-color: rgb(76,149,145); }
td.TdClassName
{
border-color: #4C9591;
}
.TagClassName
{
border-color: #4C9591;
}
</style>