Html Css Color HEX #314846 Firefly

📋 copy color: '#314846'

red 49 ◦ green 72 ◦ blue 70

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

Shades of Firefly #314846

Tints of Firefly #314846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 25.65%
G = 37.7%
B = 36.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#314846 (or 0x314846) is known color: Firefly. HEX triplet: 31, 48 and 46. RGB value is (49,72,70). Sum of RGB (Red+Green+Blue) = 49+72+70=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #314846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314846 is #CEB7B9. Grayscale: #404040. Windows color (decimal): -13547450 or 4606001. OLE color: 4606001.

HSL color Cylindrical-coordinate representation of color #314846: hue angle of 174.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314846 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 70 -
CMYK 0.32 0 0.03 0.72
HSL 174.78º 0.19% 0.24% -
HSV(B) 174.78º 0.32% 0.28% -
XYZ 4.69 5.73 6.65 -
YUV 64.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 49 72 70 0.32 0 0.03 0.72 174.78 0.19 0.24
Hex 31 48 46 20 0 3 48 AF 13 18
Octal 61 110 106 40 0 3 110 257 23 30
Binary 110001 1001000 1000110 100000 0 11 1001000 10101111 10011 11000

Color Harmonies of #314846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314846

Black with #314846

Text Example


Text Example

White with #314846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314846; }

 p { color: rgb(49,72,70); }

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

background-color css

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

 a { background-color: rgb(49,72,70); }

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

border-color css

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

 span { border-color: rgb(49,72,70); }

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