Shades of Firefly #2E4A47
Tints of Firefly #2E4A47
RGB
CMYK
RGB Variations
Color information
#2E4A47 (or 0x2E4A47) is known color: Firefly. HEX triplet: 2E, 4A and 47. RGB value is (46,74,71). Sum of RGB (Red+Green+Blue) = 46+74+71=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A47 is #D1B5B8. Grayscale: #414141. Windows color (decimal): -13743545 or 4672046. OLE color: 4672046.
HSL color Cylindrical-coordinate representation of color #2E4A47: hue angle of 173.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E4A47 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 71 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.71 |
| HSL | 173.57º | 0.23% | 0.24% | - |
| HSV(B) | 173.57º | 0.38% | 0.29% | - |
| XYZ | 4.71 | 5.93 | 6.86 | - |
| YUV | 65.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 71 | 0.38 | 0 | 0.04 | 0.71 | 173.57 | 0.23 | 0.24 |
| Hex | 2E | 4A | 47 | 26 | 0 | 4 | 47 | AE | 17 | 18 |
| Octal | 56 | 112 | 107 | 46 | 0 | 4 | 107 | 256 | 27 | 30 |
| Binary | 101110 | 1001010 | 1000111 | 100110 | 0 | 100 | 1000111 | 10101110 | 10111 | 11000 |
Color Harmonies of #2E4A47
Complementary color
Monochromatic Colors of #2E4A47
Black with #2E4A47
Text Example
Text Example
White with #2E4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A47; }
p { color: rgb(46,74,71); }
H1.HeaderClassName
{
color: #2E4A47;
}
.AnyTagClassName
{
color: #2E4A47;
}
</style>
background-color css
<style>
a { background-color: #2E4A47; }
a { background-color: rgb(46,74,71); }
div.DivClassName
{
background-color: #2E4A47;
}
.BgClassName
{
background-color: #2E4A47;
}
</style>
border-color css
<style>
span { border-color: #2E4A47; }
span { border-color: rgb(46,74,71); }
td.TdClassName
{
border-color: #2E4A47;
}
.TagClassName
{
border-color: #2E4A47;
}
</style>