Shades of Blue Chill #4C918E
Tints of Blue Chill #4C918E
RGB
CMYK
RGB Variations
Color information
#4C918E (or 0x4C918E) is known color: Blue Chill. HEX triplet: 4C, 91 and 8E. RGB value is (76,145,142). Sum of RGB (Red+Green+Blue) = 76+145+142=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #4C918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C918E is #B36E71. Grayscale: #7B7B7B. Windows color (decimal): -11759218 or 9343308. OLE color: 9343308.
HSL color Cylindrical-coordinate representation of color #4C918E: hue angle of 177.39º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C918E is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 142 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.43 |
| HSL | 177.39º | 0.31% | 0.43% | - |
| HSV(B) | 177.39º | 0.48% | 0.57% | - |
| XYZ | 17.99 | 23.74 | 29.23 | - |
| YUV | 124.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 142 | 0.48 | 0 | 0.02 | 0.43 | 177.39 | 0.31 | 0.43 |
| Hex | 4C | 91 | 8E | 30 | 0 | 2 | 2B | B1 | 1F | 2B |
| Octal | 114 | 221 | 216 | 60 | 0 | 2 | 53 | 261 | 37 | 53 |
| Binary | 1001100 | 10010001 | 10001110 | 110000 | 0 | 10 | 101011 | 10110001 | 11111 | 101011 |
Color Harmonies of #4C918E
Complementary color
Monochromatic Colors of #4C918E
Black with #4C918E
Text Example
Text Example
White with #4C918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C918E; }
p { color: rgb(76,145,142); }
H1.HeaderClassName
{
color: #4C918E;
}
.AnyTagClassName
{
color: #4C918E;
}
</style>
background-color css
<style>
a { background-color: #4C918E; }
a { background-color: rgb(76,145,142); }
div.DivClassName
{
background-color: #4C918E;
}
.BgClassName
{
background-color: #4C918E;
}
</style>
border-color css
<style>
span { border-color: #4C918E; }
span { border-color: rgb(76,145,142); }
td.TdClassName
{
border-color: #4C918E;
}
.TagClassName
{
border-color: #4C918E;
}
</style>