Html Css Color HEX #314947 Firefly

📋 copy color: '#314947'

red 49 ◦ green 73 ◦ blue 71

#314947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #314947

Tints of Firefly #314947

RGB

 RED value IS 49 (19.53% from 255) = 25.39%

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 25.39%
G = 37.82%
B = 36.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#314947 (or 0x314947) is known color: Firefly. HEX triplet: 31, 49 and 47. RGB value is (49,73,71). Sum of RGB (Red+Green+Blue) = 49+73+71=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #314947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314947 is #CEB6B8. Grayscale: #414141. Windows color (decimal): -13547193 or 4671793. OLE color: 4671793.

HSL color Cylindrical-coordinate representation of color #314947: hue angle of 175º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314947 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 71 -
CMYK 0.33 0 0.03 0.71
HSL 175º 0.2% 0.24% -
HSV(B) 175º 0.33% 0.29% -
XYZ 4.79 5.87 6.84 -
YUV 65.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 49 73 71 0.33 0 0.03 0.71 175 0.2 0.24
Hex 31 49 47 21 0 3 47 AF 14 18
Octal 61 111 107 41 0 3 107 257 24 30
Binary 110001 1001001 1000111 100001 0 11 1000111 10101111 10100 11000

Color Harmonies of #314947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314947

Black with #314947

Text Example


Text Example

White with #314947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314947; }

 p { color: rgb(49,73,71); }

 H1.HeaderClassName
 {
   color: #314947;
 }
 .AnyTagClassName
 {
   color: #314947;
 }
</style>

background-color css

<style>
 a { background-color: #314947; }

 a { background-color: rgb(49,73,71); }

 div.DivClassName
 {
   background-color: #314947;
 }
 .BgClassName
 {
   background-color: #314947;
 }
</style>

border-color css

<style>
 span { border-color: #314947; }

 span { border-color: rgb(49,73,71); }

 td.TdClassName
 {
   border-color: #314947;
 }
 .TagClassName
 {
   border-color: #314947;
 }
</style>