Shades of Firefly #314C49
Tints of Firefly #314C49
RGB
CMYK
RGB Variations
Color information
#314C49 (or 0x314C49) is known color: Firefly. HEX triplet: 31, 4C and 49. RGB value is (49,76,73). Sum of RGB (Red+Green+Blue) = 49+76+73=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #314C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C49 is #CEB3B6. Grayscale: #434343. Windows color (decimal): -13546423 or 4803633. OLE color: 4803633.
HSL color Cylindrical-coordinate representation of color #314C49: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C49 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 73 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.70 |
| HSL | 173.33º | 0.22% | 0.25% | - |
| HSV(B) | 173.33º | 0.36% | 0.3% | - |
| XYZ | 5.05 | 6.3 | 7.25 | - |
| YUV | 67.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 73 | 0.36 | 0 | 0.04 | 0.70 | 173.33 | 0.22 | 0.25 |
| Hex | 31 | 4C | 49 | 24 | 0 | 4 | 46 | AD | 16 | 19 |
| Octal | 61 | 114 | 111 | 44 | 0 | 4 | 106 | 255 | 26 | 31 |
| Binary | 110001 | 1001100 | 1001001 | 100100 | 0 | 100 | 1000110 | 10101101 | 10110 | 11001 |
Color Harmonies of #314C49
Complementary color
Monochromatic Colors of #314C49
Black with #314C49
Text Example
Text Example
White with #314C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C49; }
p { color: rgb(49,76,73); }
H1.HeaderClassName
{
color: #314C49;
}
.AnyTagClassName
{
color: #314C49;
}
</style>
background-color css
<style>
a { background-color: #314C49; }
a { background-color: rgb(49,76,73); }
div.DivClassName
{
background-color: #314C49;
}
.BgClassName
{
background-color: #314C49;
}
</style>
border-color css
<style>
span { border-color: #314C49; }
span { border-color: rgb(49,76,73); }
td.TdClassName
{
border-color: #314C49;
}
.TagClassName
{
border-color: #314C49;
}
</style>