Html Css Color HEX #314746 Firefly

📋 copy color: '#314746'

red 49 ◦ green 71 ◦ blue 70

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

Shades of Firefly #314746

Tints of Firefly #314746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

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

R = 25.79%
G = 37.37%
B = 36.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#314746 (or 0x314746) is known color: Firefly. HEX triplet: 31, 47 and 46. RGB value is (49,71,70). Sum of RGB (Red+Green+Blue) = 49+71+70=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #314746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314746 is #CEB8B9. Grayscale: #404040. Windows color (decimal): -13547706 or 4605745. OLE color: 4605745.

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

Color convert

RGB 49 71 70 -
CMYK 0.31 0 0.01 0.72
HSL 177.27º 0.18% 0.24% -
HSV(B) 177.27º 0.31% 0.28% -
XYZ 4.63 5.6 6.63 -
YUV 64.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 49 71 70 0.31 0 0.01 0.72 177.27 0.18 0.24
Hex 31 47 46 1F 0 1 48 B1 12 18
Octal 61 107 106 37 0 1 110 261 22 30
Binary 110001 1000111 1000110 11111 0 1 1001000 10110001 10010 11000

Color Harmonies of #314746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314746

Black with #314746

Text Example


Text Example

White with #314746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314746; }

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

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

background-color css

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

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

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

border-color css

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

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

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